home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 1999 May / SGI IRIX 6.5 Applications 1999 May.iso / dist / InPerson.idb / usr / lib / X11 / ja_JP.EUC / app-defaults / InPerson.z / InPerson
Text File  |  1998-05-04  |  55KB  |  1,228 lines

  1. !----------------------------------------------------------------------
  2. ! $Revision: 1.20 $
  3. !
  4. ! This file, /usr/lib/X11/app-defaults/InPerson, contains X11 default
  5. ! resources for InPerson conferencing tools.  The first section contains
  6. ! a list of resources that lets you customize InPerson. The second section
  7. ! contains resources that should not be normally changed.
  8. !
  9. ! If you make changes to this file, then every user of InPerson will
  10. ! use them. Make a copy this file if you want your own customizations.
  11. ! It must be called InPerson and must be in one of the directories
  12. ! in your XUSERFILESEARCHPATH environment variable.
  13. ! We recommend you put it in the directory ~/.desktop-<hostname>.
  14. ! [Replace <hostname> with the name of your system reported by
  15. ! the hostname(1) command.]  The phone and the view control panels
  16. ! save changes to ~/.desktop-<hostname>/InPerson.
  17. !
  18. ! You can also put these resources into your ~/.Xresources file. If you
  19. ! do so, you must prefix each resource with "InPerson".  We do not
  20. ! recommend this because all resources in your ~/.Xresources file must
  21. ! be loaded into the X server which makes it grow.  There is no
  22. ! benefit to having these resources in the X server.
  23. !
  24. !----------------------------------------------------------------------
  25. !
  26. ! Resources have the form  *<name>: <value> where <name> is the name
  27. ! of the resource and <value> is an integer or string, as appropriate.
  28. ! To use, copy the line containing the resource you want to change,
  29. ! remove the ! comment character from the first colum and replace the
  30. ! rest of the line after the : with the appropriate value.
  31. ! For example,
  32. !  *videoDevice: ev1
  33. !
  34. ! Below is a list of resources to customize InPerson that aren't
  35. ! changed by the phone or conference control panels. It shows the
  36. ! default value and possible values.
  37. !
  38. !
  39. ! Video:
  40. ! ------
  41. !  Default video device to capture from. If you have only one video device,
  42. !  InPerson will use that one.  If you have two, InPerson will use the 
  43. !  first one in the list, unless you specify one with this resource.
  44. !  To see the video device list, run the "vlinfo" program.
  45. !  Possible values:
  46. !    Indy built-in video:        "vino"
  47. !    Galileo/Indigo2Video/IndyVideo:    "ev1"
  48. !    IndigoVideo:            "sv1"
  49. !    Use first device in list:    (the default)
  50. !*videoDevice:        vino        (an example, not the default)
  51. !
  52. !  Default number of video frames per second to capture from camera
  53. !*videoRate:        15
  54. !
  55. !  Video frames per second to capture when using a High-Speed LAN
  56. !*videoRateHSLAN:    30
  57. !
  58. !  How often a complete video frame is sent (in seconds).
  59. !   useful range: 10-600, 0 disables it.
  60. !*keyFrameInterval:    15
  61. !
  62. !  How fast Vanity view is updated.  Possible values:
  63. !  "False" - Update Vanity view for each frame transmitted. (default)
  64. !         Shows good approximation of the picture others see of you.
  65. !  "True"  - Update Vanity view at camera capture frame rate
  66. !         Picture looks nice, but doesn't match what others see.
  67. !*highSpeedVanityView: False
  68. !
  69. !
  70. ! Audio:
  71. ! ------
  72. !    This resource sets the initial audio input attenuation on apanel(1) to the
  73. !    desired value when you run InPerson for the first time. 
  74. !    Range: 255 (minimum gain) to 0 (maximum gain).
  75. *audioRightAtten:    48
  76. *audioLeftAtten:    48
  77. !
  78. !  Automatic Gain Control (AGC) evens out the variations in sound volume,
  79. !    boosting soft sounds and lowering loud sounds.
  80. !      AGCLevel is the desired amplitude (0..32767). The default is usually
  81. !         adequate.
  82. !      AGCMaxGain is the maximum increase (multiplier) for soft sounds.
  83. !         It ranges from 0 (off) to 8.
  84. !      If either value is 0, AGC is disabled.
  85. !*audioAGCLevel:    3500
  86. *audioAGCMaxGain:    2
  87. !
  88. !  Audio Input Gain boosts the sound level captured from the microphone.
  89. !    It's useful on the Indy or Indigo2 because the mic circuit has less
  90. !    gain than the Indigo mic circuit.
  91. !    Set it to 4 or higher if the mic volume is too soft and the apanel
  92. !    input level is set to the maximum. A value of 0 means it is ignored.
  93. *audioInputGain:    2
  94. !
  95. !  Audio input source selection. The values are:
  96. !    mic        use the microphone (default)
  97. !    line        use the line-in
  98. !    default        use the current apanel(1) setting
  99. *audioInputSource:  mic
  100. !
  101. ! Audio silence suppression:
  102. !   On by default, it suppresses audio packets during "silent" intervals.
  103. !*audioSuppressSilence: true
  104. !
  105. !
  106. !  Maximum audio playout buffer size (in milliseconds).
  107. *audioMaxNetJitter: 1000
  108. !
  109. ! InPerson audio Automatic Rate Conversion is active in every InPerson call.
  110. ! However if you wish InPerson to set the output rate at startup to a more
  111. ! efficient value, you should set this resource to False.
  112. !
  113. !*audioAutoRateConversion: True
  114. !
  115. !
  116. ! InPerson audio option board:
  117. !  In the unlikely event that you need to disable it, set this to False.
  118. !
  119. !*indycomp: True
  120. !
  121. !  You may also disable hardware audio encoding on your option board.
  122. !  In order for this to be effective, both ends of the connection must
  123. !  set this value to False.
  124. !
  125. !*audioEnableHWEnc: True
  126. !
  127. ! Whiteboard:
  128. ! -----------
  129. !  *fontNumber specifes the name of the default font resource.
  130. !  For example, *fontNumber: 2 means the default font is font3.  Range: 0-3
  131. !*fontNumber:        0
  132. !
  133. !  Specifies the default item for line width menu. Range: 0-3
  134. !*drawingLineWidth:    2
  135. !
  136. !  Enables whether or not the whiteboard displays the name of the person 
  137. !  who drew the object pointed to by the mouse. Value: on,off
  138. !*showDrawer:         on
  139. !
  140. !  The following specify the default directories for the Import Image file
  141. !  and Import Text file dialog boxes.
  142. !*imageDirectory:    <directory-name>
  143. !*textFileDirectory:    <directory-name>
  144. !*modelFileDirectory:    <directory-name>
  145. *imageDirectory:    /usr/share/data/images
  146. *modelFileDirectory:    /usr/share/data/models
  147. !
  148. ! Network:
  149. ! --------
  150. !  Multicast time-to-live, i.e., number of routers the packets can traverse.
  151. !  Range: 1-63
  152. !*multicastTTL:        10
  153. !
  154. !  Network maximum transmission unit (MTU), aka maximum packet size. 
  155. !  This number specifies the maximum amount of video data that inpview
  156. !  will send in one packet. This number must not exceed 61000. 
  157. !  The default value of 1500 is appropriate for ethernet but if you only use
  158. !  higher-speed networks like FDDI, change it to the interface's value.
  159. !  For FDDI, it's 4352. "/usr/etc/netstat -i" shows the MTU value.
  160. !
  161. !  A value that matches the interface's MTU, will give a good video frame
  162. !  rate.  When sending uncompressed large video, a larger value for this
  163. !  resource will result in higher quality video images with less
  164. !  transmission artifacts. However, a larger value will cause IP to 
  165. !  fragment the packets and that might cause problems for some routers
  166. !  and for multicast routers using tunnels.
  167. !*networkMTU:        1500
  168. !
  169. !  The initial size of the receive queue on the video socket. 
  170. !  You may wish to increase this number when using large uncompressed
  171. !  video on high speed networks.  The value in the example below should buffer 
  172. !  three frames of large uncompressed video.  InPerson 2.1 will attempt
  173. !  to adjust this number up when receiving uncompressed large data.
  174. !  The default value in InPerson 2.0 was the system default size (120 Kbytes).
  175. !  The default value in InPerson 2.1  is 131072 (128 Kbytes).
  176. !  The maximum value allowed by IRIX  is 524288 (512 Kbytes).
  177. !*videoSocketBufSize:  131072
  178. !
  179. !  If you encounter errors contacting remote machines due to portmapper
  180. !  errors you may wish to increase the portmapper timeout to
  181. !  a greater value.  The value determines the amount of time (in seconds)
  182. !  that InPerson waits to contact a host before giving up.
  183. !*rpcPortMapperTimeout: 15
  184. !
  185. !
  186. !  If you want to use InPerson through a network packet filter/firewall,
  187. !  these resources let you specify the range of ports used for audio 
  188. !  and video UDP packets and for whiteboard TCP packets.   
  189. !*networkPortMin:    32770
  190. !*networkPortMax:    32999
  191. !
  192. !  InPerson RPC packets use whatever TCP port is defined in the file
  193. !  /etc/services for the service named "sgi_iphone".  If a TCP service
  194. !  named "sgi_iphone" is not defined in /etc/services, InPerson RPC 
  195. !  packets use TCP port 32769.  Make sure the port is not in the range
  196. !  used by networkPort{Min,Max}.
  197. !
  198. !
  199. ! Miscellaneous:
  200. ! --------------
  201. !  The phone and the view look for an RGB file containing an image of the user.
  202. !  *facesPath is a list of directories separated by colons.
  203. !  Search order is as follows:
  204. !      ~/.icon/login.icon
  205. !      file <login-name>  in each of the directories listed in *facesPath
  206. !      *defaultFace file  in each of the directories listed in *facesPath
  207. !      /usr/share/InPerson/defaultFace
  208. !  See clogin(1) for more information on user images.
  209. !
  210. !*defaultFace:        "inperson"
  211. !*facesPath:        /usr/local/lib/faces:/usr/lib/faces
  212. !
  213. !  Specifies the placement of the participants images.
  214. !  Values: VERTICAL,HORIZONTAL
  215. !*participantBox.initialPlacement: VERTICAL    
  216.  
  217. ! XXX phoneCallWindow should be relative to phone not absolute.  Fix in phone.
  218. *callWindow*geometry: +120+200
  219. *inpview*callWindow*geometry: +150+220
  220.  
  221.  
  222. !  The Shared shelf determines how long it take to transfer files
  223. !  to other participants. If the transfer exceeds the following threshold
  224. !  (in seconds), it will display a dialog box that states how long and
  225. !  asks if you want to continue.
  226. !
  227. !  To disable the question dialog box, set the value of this resource to 0.
  228. *shelf.xferTimeMsgThreshold: 60
  229.  
  230. !**********************************************************************
  231. !**********************************************************************
  232. !
  233. !  If you copy this file to ~/.desktop-<hostname>/InPerson, please
  234. !  delete everyhing below this point from your copy.
  235. !  There are no customization resources below this point.
  236. !
  237. !**********************************************************************
  238. !**********************************************************************
  239. !
  240. !
  241. ! Defaults for all InPerson executables
  242. !
  243. *sgiMode:                 True
  244. *useSchemes:                 all
  245. *scheme:                Base
  246. *schemeFileList:             SgiSpec, InPersonSpec
  247. *allowShellResize:            True
  248. !*usePopupPlanes:            True
  249.  
  250. *questionDialog.dialogTitle:    InPerson ╝┴╠Σ
  251. *errorDialog.dialogTitle:    InPerson Ñ¿ÑΘí╝╩≤╣≡
  252. *callStatusDialog.dialogTitle:    InPerson ╛⌡╢╖╩≤╣≡
  253. *infoDialog.dialogTitle:    InPerson ╛≡╩≤
  254.  
  255. *yes:            ñ╧ññ
  256. *no:            ñññññ¿
  257. *execFailedMsg:        ╝┬╣╘ñ╟ñ¡ñ▐ñ╗ñ≤
  258. *forkFailedMsg:        fork ñ╟ñ¡ñ▐ñ╗ñ≤
  259. *badOptionsMsg:        ╟º╝▒ñ╟ñ¡ñ╩ññѬÑ╫Ñ╖ÑτÑ≤ñ╟ñ╣
  260. *fatalError:        ╗─╟░ñ╩ñ¼ñΘ╜┼┬τñ╩Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íúÑ╫ÑφÑ░ÑΘÑαñ╧╜¬╬╗ñ╖ñ▐ñ╣íú
  261. *exitError:        ╜¬╬╗═╫╡ßÑ╖Ñ░Ñ╩Ñδñ≥╝⌡ñ▒ñ╚ñΩñ▐ñ╖ñ┐íú
  262. *whiteboardName:    Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔
  263. *wbMasterNoContact:    Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ¼Ñ▐Ñ╣Ñ┐í╝ñ╚└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íú\nñóñ╩ñ┐ñ¼ñ½ñ▒ñ┐┼┼╧├ñ╧ñ╣ñ╟ñ╦╜¬╬╗ñ╖ñ╞ñññ▐ñ╣íú
  264. *wbMasterCantStart:    Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔íªÑ▐Ñ╣Ñ┐í╝ñ╬╡»╞░├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú
  265. *wbMasterCrashed:    Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔íªÑ▐Ñ╣Ñ┐í╝ñ╧░█╛∩╜¬╬╗ñ╖ñ▐ñ╖ñ┐íú(Ñ│ÑóÑ└Ñ≤Ñ╫)
  266. *wbNoOverlays:        InPerson Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ╦ñ╧Ѭí╝Ñ╨Ñ∞ÑñíªÑ╫Ñ∞í╝Ñ≤ñ¼\n╔¼═╫ñ╟ñ╣íúñ│ñ╬Ñ▐Ñ╖Ñ≤ñ╦ñ╧ñ╜ñ∞ñ¼ñóñΩñ▐ñ╗ñ≤íú
  267. *retryQuestion:        ñΓñª░∞┼┘╣╘ñ╩ñññ▐ñ╣ñ½?
  268. *restartQuestion:    ║╞╡»╞░ñ╖ñ▐ñ╣ñ½?
  269. *cantRestartMsg:    ║╞╝┬╣╘ñ╟ñ¡ñ▐ñ╗ñ≤íú┬╛ñ╬Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ≥╞└ñδñ┐ñßñ╦┐╖ñ┐ñ╦┼┼╧├ñ╖ñ╞ñ»ñ└ñ╡ññíú
  270. *exitedWithStatus:    ñ╧╜¬╬╗ñ╖ñ▐ñ╖ñ┐íúÑ╣Ñ╞ÑñÑ┐Ñ╣ %d
  271. *killedError:        ñ╧Ñ╖Ñ░Ñ╩Ñδ \"%s\" ñ╦ñΦñ├ñ╞╢»└⌐╜¬╬╗ñ╡ñ∞ñ▐ñ╖ñ┐íú
  272. *crashedError:        ñ╧ %s Ñ╖Ñ░Ñ╩Ñδñ╟░█╛∩╜¬╬╗ñ╖ñ▐ñ╖ñ┐íú(Ñ│ÑóÑ└Ñ≤Ñ╫)
  273. *crashedNoSignalError:    ñ╧░█╛∩╜¬╬╗ñ╖ñ▐ñ╖ñ┐íú(Ñ│ÑóÑ└Ñ≤Ñ╫)
  274. *crashingError:        ñ╧ %s Ñ╖Ñ░Ñ╩Ñδñ≥╝⌡ñ▒ñ╚ñΩñ▐ñ╖ñ┐íú(Ñ│ÑóÑ└Ñ≤Ñ╫)
  275. *badExitError:        ñ╧╞Γ╔⌠Ñ¿ÑΘí╝ñ╬ñ┐ñß╜¬╬╗ñ╖ñ▐ñ╖ñ┐íú(Ñ│ÑóÑ└Ñ≤Ñ╫)
  276.  
  277. *peoplepagesNotInstalled: Ñ╘í╝Ñ╫ÑδÑ┌ÑñÑ╕┼┼╧├─óñ¼Ñ╖Ñ╣Ñ╞Ñαñ╦ÑñÑ≤Ñ╣Ñ╚í╝Ñδñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\nPeoplePages.sw.phonebook ñ≥ÑñÑ≤Ñ╣Ñ╚í╝Ñδñ╖ñ╞ñ»ñ└ñ╡ññíú
  278.  
  279. *statusTitle:        Ñ╣Ñ╞í╝Ñ┐Ñ╣
  280. *xferSocketCreateError:    Ñ╒ÑíÑñÑδ┼╛┴≈Ñ╜Ñ▒Ñ├Ñ╚ñ≥║ε└«ñ╟ñ¡ñ▐ñ╗ñ≤íú
  281. *xferSocketBindError:    Ñ╒ÑíÑñÑδ┼╛┴≈Ñ╜Ñ▒Ñ├Ñ╚ñ≥ bind ñ╟ñ¡ñ▐ñ╗ñ≤íú
  282. *xferSocketNameError:    Ñ╒ÑíÑñÑδ┼╛┴≈Ñ╜Ñ▒Ñ├Ñ╚╠╛ñ≥╝Φ╞└ñ╟ñ¡ñ▐ñ╗ñ≤íú
  283. *remoteFileError:    Ñ╖ѺÑδÑ╒ñ╦ÑΩÑΓí╝Ñ╚íªÑ╒ÑíÑñÑδñ≥Ñ╔ÑφÑ├Ñ╫ñ╖ñ▐ñ╖ñ┐íú\n╕╜║▀íóÑ╖ѺÑδÑ╒ñ╧ÑΩÑΓí╝Ñ╚íªÑ╒ÑíÑñÑδñ≥Ñ╔ÑφÑ├Ñ╫ñ╟ñ¡ñ▐ñ╗ñ≤íú
  284. *noShadowDirError:    Ñ╖ѺÑδÑ╒ñ╬Ñ╖ÑπÑ╔í╝íªÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩ \"%s\" ñ≥Ѭí╝Ñ╫Ñ≤í┐║ε└«ñ╟ñ¡ñ▐ñ╗ñ≤íú
  285. *shadowDirExistsError:    Ñ╖ѺÑδÑ╒ñ╬Ñ╖ÑπÑ╔í╝íªÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩ \"%s\" ñ╧─╠╛∩ñ╬Ñ╒ÑíÑñÑδñ╟ñ╣íú
  286. *shadowDirPermError:    Ñ╖ѺÑδÑ╒ñ╬Ñ╖ÑπÑ╔í╝íªÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╦╡÷▓─ñ¼ñóñΩñ▐ñ╗ñ≤íú
  287. *shelfXferTimeMsg:    ╕╜║▀ñ╬Ñ╨Ñ≤Ñ╔╔²└▀─Ωñ╟ñ╧\n┴¬┬≥ñ╡ñ∞ñ┐Ñ╒ÑíÑñÑδñ╬┼╛┴≈ñ╦\nñ¬ñ¬ñΦñ╜ %s ñ½ñ½ñΩñ▐ñ╣íú\n\nÑ╒ÑíÑñÑδñ≥┴≈ñΩñ▐ñ╣ñ½?
  288. *shelfMinuteFmt:    1 ╩¼
  289. *shelfMinutesFmt:    %.0f ╩¼
  290. *shelfHoursFmt:        %.1f ╗■┤╓
  291.  
  292. !
  293. ! Menu strings common to whiteboard, conferenceView & phone
  294. !
  295. *fileMenu.labelString:    Ñ╒ÑíÑñÑδ (F)
  296. *fileMenu.mnemonic:    F
  297. *fileMenu.New.labelString:    ┐╖╡¼ (N)
  298. *fileMenu.New.mnemonic:    N
  299. *fileMenu.New.acceleratorText: Ctrl+N
  300. *fileMenu.New.accelerator: Ctrl<Key>n
  301.  
  302. *fileMenu.Append.labelString:    ─╔▓├... (A)
  303. *fileMenu.Append.mnemonic:    A
  304.  
  305. *fileMenu.Save.labelString:    ╩▌┬╕ (S)
  306. *fileMenu.Save.mnemonic:    S
  307. *fileMenu.Save.acceleratorText: Ctrl+S
  308. *fileMenu.Save.accelerator: Ctrl<Key>s
  309.  
  310. *fileMenu.SaveAs.labelString:    ╩╠╠╛╩▌┬╕
  311.  
  312. *fileMenu.print.labelString:    ░⌡║■... (P)
  313. *fileMenu.print.mnemonic:        P
  314. *fileMenu.print.acceleratorText: Ctrl+P
  315. *fileMenu.print.accelerator: Ctrl<Key>p
  316.  
  317. *fileMenu.importMenu.labelString:    ╞╔ñ▀╣■ñ▀ (I)
  318. *fileMenu.importMenu.mnemonic:        I
  319. *fileMenu.snapMenu.labelString:        Ñ╣Ñ╩Ñ├Ñ╫
  320.  
  321. *editMenu.labelString:    ╩╘╜╕ (E)
  322. *editMenu.mnemonic:    E
  323.  
  324. *editMenu.SelectAll.labelString:    ñ╣ñ┘ñ╞ñ≥┴¬┬≥
  325. *editMenu.SelectAll.acceleratorText: Ctrl+A
  326. *editMenu.SelectAll.accelerator: Ctrl<Key>a
  327. *editMenu.SelectMine.labelString:    ╝½╩¼ñ╬ñΓñ╬ñ≥┴¬┬≥
  328. *editMenu.SelectMine.acceleratorText: Ctrl+M
  329. *editMenu.SelectMine.accelerator: Ctrl<Key>m
  330.  
  331. *editMenu.DeletePage.labelString:    Ñ┌í╝Ñ╕║∩╜ⁿ
  332.  
  333. *importMenu.textFile.labelString:    Ñ╞Ñ¡Ñ╣Ñ╚íªÑ╒ÑíÑñÑδ...
  334. *importMenu.imageFile.labelString:    ▓Φ┴ⁿÑ╒ÑíÑñÑδ...
  335. *importMenu.modelFile.labelString:    3D ÑΓÑ╟ÑδíªÑ╒ÑíÑñÑδ...
  336.  
  337. *helpMenu.labelString:            Ñ╪ÑδÑ╫ (H)
  338. *helpMenu.mnemonic:            H
  339. *helpMenu.helpOnContextMenuItem.labelString:    Ñ»ÑΩÑ├Ñ»ñ╟Ñ╪ÑδÑ╫ (C)
  340. *helpMenu.helpOnContextMenuItem.mnemonic:       C
  341. *helpMenu.helpOnContextMenuItem.accelerator:    Shift<Key>F1
  342. *helpMenu.helpOnContextMenuItem.acceleratorText:        Shift+F1
  343. *helpMenu.helpOverviewMenuItem.labelString:     │╡═╫ (O)
  344. *helpMenu.helpOverviewMenuItem.mnemonic:                O
  345. *helpMenu.helpIndexMenuItem.labelString:                ║≈░· (I)
  346. *helpMenu.helpIndexMenuItem.mnemonic:           I
  347. *helpMenu.helpKeysMenuItem.labelString:         Ñ¡í╝ñ╚Ñ╖Ñτí╝ñ╚ѽÑ├Ñ╚ (K)
  348. *helpMenu.helpKeysMenuItem.mnemonic:            K
  349. *helpMenu.helpVersionMenuItem.labelString: InPerson ñ╦ñ─ñññ╞ (A)
  350. *helpMenu.helpVersionMenuItem.mnemonic: A
  351.  
  352. *helpSubSys:         InPerson.books.InPerson_AG and InPerson.books.InPerson_UG
  353. *helpTitle:          InPerson
  354.  
  355. *fiProgressDialog.messageString: Ñ│Ñ╘í╝├µ
  356. *fiProgressScale.orientation: HORIZONTAL
  357. *fiProgressScale.showValue: TRUE
  358.  
  359. *Fetch*title: ÑóÑñÑ│Ñ≤ñ╬╕í║≈
  360. *Fetch*IconName: Find an Icon
  361. *Fetch*helpButton.labelString: Ñ╪ÑδÑ╫
  362. *Fetch*helpButton.traversalOn:  False
  363. *Fetch*iconFinder*previousNameMenu.marginWidth: 0
  364. *Fetch*iconFinder*previousNameMenu.marginRight: 0
  365. *Fetch*iconFinder*previousNameMenu.marginLeft:  0
  366. *Fetch*iconFinder*frame.shadowType: XmSHADOW_OUT
  367. *Fetch*iconFinder*menuBar.marginWidth: 0
  368. *Fetch*iconFinder*menuBar.marginRight: 0
  369. *Fetch*iconFinder*menuBar.marginLeft:  0
  370. *Fetch*iconFinder*ft.leftOffset:  2
  371. *Fetch*iconFinder*ft.rightOffset: 2
  372.  
  373. *fileInfoDialogTable*iconDrawingArea.width:  40
  374. *fileInfoDialogTable*iconDrawingArea.height: 40
  375. *fileInfoDialogTable*iconDrawingArea.borderWidth: 1
  376. *fileInfoDialogTable*iconLabel.labelString:         ╛≡╩≤
  377. *fileInfoDialogTable*fileNameLabel.labelString:     Ñ╒ÑíÑñÑδ╠╛:
  378. *fileInfoDialogTable*linkFileLabel.labelString:     ╗▓╛╚:
  379. *fileInfoDialogTable*locationLabel.labelString:     ╛∞╜Ω:
  380. *fileInfoDialogTable*typeLabel.labelString:         Ñ┐ÑñÑ╫:
  381. *fileInfoDialogTable*sizeLabel.labelString:         Ñ╡ÑñÑ║:
  382. *fileInfoDialogTable*compute.labelString:           Ñ╡ÑñÑ║ñ╬╖╫╗╗
  383. *fileInfoDialogTable*modificationLabel.labelString: Ñ╟í╝Ñ┐ñ╬╩╤╣╣:
  384. *fileInfoDialogTable*statusLabel.labelString:       ╛⌡╢╖ñ╬╩╤╣╣:
  385. *fileInfoDialogTable*accessLabel.labelString:       ÑóÑ»Ñ╗Ñ╣:
  386. *fileInfoDialogTable*hardLinkLabel.labelString:     Ñ╧í╝Ñ╔íªÑΩÑ≤Ñ»:
  387. *fileInfoDialogTable*inodeLabel.labelString:        I Ñ╬í╝Ñ╔:
  388. *fileInfoDialogTable*deviceNumberLabel.labelString: Ñ╟ÑúÑ╨ÑñÑ╣:
  389. *fileInfoDialogTable*deviceNumberSpecialLabel.labelString: ╞├╝∞Ñ╟ÑúÑ╨ÑñÑ╣:
  390. *fileInfoDialogTable.columnSpacing: 4
  391. *fileInfoDialogTable.rowSpacing:    4
  392. *fileInfoDialogTable.marginWidth:   8
  393. *fileInfoDialogTable.marginHeight:  8
  394. *fileInfoErrorTitle: File Info Error
  395. *fileInfoDialogTable*fileName.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  396. *fileInfoDialogTable*linkFile.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  397. *fileInfoDialogTable*location*fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  398. *fileInfoDialogTable*type.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  399. *fileInfoDialogTable*size.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  400. *fileInfoDialogTable*modification.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  401. *fileInfoDialogTable*status.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  402. *fileInfoDialogTable*access.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  403. *fileInfoDialogTable*hardLink.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  404. *fileInfoDialogTable*inode.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  405. *fileInfoDialogTable*deviceNumber.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  406. *fileInfoDialogTable*deviceNumberSpecial.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  407.  
  408. !
  409. ! Defaults for the view
  410. !
  411. *conferenceView.title:    InPerson ┼┼╧├
  412. *conferenceView.iconTitle:    InPerson Ñ│í╝Ñδ
  413. *conferenceView*controlPanel_popup.title: InPerson: ─╠╧├Ñ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣íªÑ╤Ñ═Ñδ
  414. *conferenceView*networkInfoPanel_popup.title: InPerson: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»╛≡╩≤Ñ╤Ñ═Ñδ
  415.  
  416. *conferenceView*networkInfoPanel*showControlPanel.labelString: ─╠╧├Ñ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣...
  417.  
  418. *conferenceView*openIconDialogTitle: InPerson ╝┴╠Σ
  419. *conferenceView*openIconDialogQuestion: ╕╜║▀┬╛ñ╬╗▓▓├╝╘ñ╚╢ª═¡ñ╣ñδÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤ñ≥╝┬╣╘ñ╟ñ¡ñ▐ñ╗ñ≤íú\nñóñ╩ñ┐ñ└ñ▒ñ╬ñ┐ñßñ╦╝┬╣╘ñ╖ñ▐ñ╣ñ½?
  420. *conferenceView*backwardCompatibleWarning: ╕┼ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬ InPerson ñ¼▓±╡─ñ╦╗▓▓├ñ╖ñ▐ñ╖ñ┐íú\n╕┼ññÑ╨í╝Ñ╕ÑτÑ≤ñ╚╕▐┤╢ñ╬ñóñδ░╡╜╠╖┴╝░ñ└ñ▒ñ≥║ú╕σñ╬▓±╡─ñ╦╗╚═╤ñ╖ñ▐ñ╣íú
  421. *conferenceView*videoSizeWarning: ñ│ñ╬Ñ╖Ñ╣Ñ╞Ñαñ╬Ñ╙Ñ╟Ѭ┴⌡├╓ñ╟ñ╧═╫╡ßñ╡ñ∞ñ┐Ñ╙Ñ╟ѬíªÑ╡ÑñÑ║ñ≥═╫╡ßñ╟ñ¡ñ▐ñ╗ñ≤íú
  422. *conferenceView*videoCaptureWarning: Ñ╙Ñ╟ѬíªÑ¡ÑπÑ╫Ñ┴Ñπñ≥╡»╞░ñ╟ñ¡ñ▐ñ╗ñ≤: ╞░▓Φñ╬┬σñ∩ñΩñ╦└┼╗▀▓Φñ≥╗╚═╤ñ╖ñ╞ñ»ñ└ñ╡ññíú\nñΓñ╖ñ│ñ╬Ñ▐Ñ╖Ñ≤ñ¼Ñ╙Ñ╟Ѭ┴⌡├╓╗²ñ├ñ╞ñññ╩ñññ╩ñΘÑ╙Ñ╟ѬíªÑ╫ÑΩÑ╒ÑíÑ∞Ñ≤Ñ╣ñ╦└┼╗▀▓Φñ≥╗╚\nñªñ┐ñßñ╦┼┼╧├Ñ╫ÑΩÑ╒ÑíÑ∞Ñ≤Ñ╣íªÑ╤Ñ═Ñδñ≥╗╚═╤ñ╖ñ╞ñ»ñ└ñ╡ññíúÑ│Ñ≤Ñ╚Ñφí╝ÑδíªÑ╤Ñ═Ñδñ≥│½ñññ╞╕╟─ΩÑñÑßí╝Ñ╕ñ≥╗╚ñªñΦñªñ╦╩╤╣╣ñ╖ñ╞ñ»ñ└ñ╡ññíú
  423. *conferenceView*wbTitleTag: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔íªÑ╒ÑíÑñÑδ
  424. *viewnoG728HardwareWarning: G.728 ░╡╜╠┴⌡├╓ñ¼╚»╕½ñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╟Ñ╒Ñ⌐ÑδÑ╚ñ╬Ñ╜Ñ╒Ñ╚ѪѺÑóíªÑ¬í╝Ñ╟ÑúѬíªÑ¿Ñ≤Ñ│í╝Ñ╟ÑúÑ≤Ñ░ñ╟┬│ñ▒ñ▐ñ╣íú
  425. *viewAudioHardwareWarning: Ñ¬í╝Ñ╟ÑúѬñ≥Ѭí╝Ñ╫Ñ≤ñ╟ñ¡ñ▐ñ╗ñ≤íúñ│ñ╬Ñ▐Ñ╖Ñ≤ñ╦ñ╧\nѬí╝Ñ╟ÑúѬ┴⌡├╓ñ¼ñ╩ññ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íú\nѬí╝Ñ╟ÑúѬíªÑ╡Ñ▌í╝Ñ╚ñ╩ñ╖ñ╟┬│ñ▒ñ▐ñ╣íú
  426. *viewAudioPortWarning: Ñ¬í╝Ñ╟ÑúѬíªÑ▌í╝Ñ╚ñ≥│½ñ▒ñ▐ñ╗ñ≤íú\n\n"║╞╝┬╣╘\" ñ≥┴¬ñ╓┴░ñ╦┬╛ñ╬\nѬí╝Ñ╟ÑúѬíªÑóÑ╫ÑΩÑ▒í╝Ñ╖Ñτ\nÑ≤ñ≥╩─ñ╕ñ╞▓╝ñ╡ññíú
  427. *viewAudioOpenCodecWarning: InPerson ÑóÑ»Ñ╗ÑΘÑ∞í╝Ñ╖ÑτÑ≤┴⌡├╓ñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\n┼┼╧├ñ≥ñ½ñ▒─╛ñ╖ñ┐╩²ñ¼╬╔ñññ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú\nѬí╝Ñ╟ÑúѬíªÑ╡Ñ▌í╝Ñ╚ñ╩ñ╖ñ╟┬│ñ▒ñ▐ñ╣íú
  428. *viewAudioPortRetry: ║╞╝┬╣╘
  429. *viewAudioPortExit: ╜¬╬╗!
  430. *viewInvalidAudioEncoding: %s ñ╧╠╡╕·ñ╩Ѭí╝Ñ╟ÑúѬíªÑ¿Ñ≤Ñ│í╝Ñ╟ÑúÑ≤Ñ░ñ╟ñ╣íú\nÑ╟Ñ╒Ñ⌐ÑδÑ╚ñ╬Ñ¿Ñ≤Ñ│í╝Ñ╟ÑúÑ≤Ñ░ñ≥╗╚═╤ñ╖ñ▐ñ╣íú
  431. *viewAudioPriority: Ñ¬í╝Ñ╟ÑúѬíªÑ╫ÑΘÑñѬÑΩÑ╞Ñúñ≥─┤└░ñ╟ñ¡ñ▐ñ╗ñ≤íúÑ╡ѪÑ≤Ñ╔╔╩╝┴ñ╧─π▓╝ñ╖ñ▐ñ╣íú\n\"inpview\" ñ╧ root ñ╦ setuid ñ╡ñ∞ñ╞ñññδ╔¼═╫ñ¼ñóñΩñ▐ñ╣íú
  432. *viewAudCpuLimit: Ñ¬í╝Ñ╟ÑúѬíªÑ╣Ñ∞Ñ├Ñ╔ñ¼ CPU ñ╬╗╚═╤╕┬│ªñ≥─╢ñ¿ñ▐ñ╖ñ┐íú\n╣ΓññÑ╫ÑΘÑñѬÑΩÑ╞Ñúñ╧╗╚═╤ñ╟ñ¡ñ▐ñ╗ñ≤íúÑ╡ѪÑ≤Ñ╔╔╩╝┴ñ╧─π▓╝ñ╖ñ▐ñ╣íú
  433.  
  434. *conferenceView*callMenu.labelString: ┼┼╧├ (C)
  435. *conferenceView*callMenu.mnemonic: C
  436. *conferenceView*callMenu.inviteButton.labelString: ╛╖┬╘... (I)
  437. *conferenceView*callMenu.inviteButton.mnemonic: I
  438. *conferenceView*callMenu.grabBandwidthButton.labelString: Ñ╨Ñ≤Ñ╔╔²ñ≥Ñ░ÑΘÑ╓... (B)
  439. *conferenceView*callMenu.grabBandwidthButton.mnemonic: B
  440. *conferenceView*callMenu.holdButton.labelString: ╩▌╬▒ (H)
  441. *conferenceView*callMenu.holdButton.mnemonic: H
  442. *conferenceView*callMenu.blindButton.labelString: Ñ╫ÑΘÑñÑ╨Ñ╖í╝ (P)
  443. *conferenceView*callMenu.blindButton.mnemonic: P
  444. *conferenceView*callMenu.freezeVideoButton.labelString: Ñ╙Ñ╟Ѭñ≥┼α╖δ (F)
  445. *conferenceView*callMenu.freezeVideoButton.mnemonic: F
  446. *conferenceView*callMenu.shelfButton.labelString: Ñ╖ѺÑδÑ╒
  447. *conferenceView*callMenu.shelfButton.closeLabelString: Ñ╖ѺÑδÑ╒ (s)
  448. *conferenceView*callMenu.shelfButton.mnemonic: s
  449. *conferenceView*callMenu.whiteboardButton.labelString: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ (w)
  450. *conferenceView*callMenu.whiteboardButton.closeLabelString: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔
  451. *conferenceView*callMenu.whiteboardButton.mnemonic: w
  452. *conferenceView*callMenu.hangupButton.labelString: ┼┼╧├ñ≥└┌ñδ (u)
  453. *conferenceView*callMenu.hangupButton.mnemonic: u
  454. *conferenceView*callMenu.hangupButton.acceleratorText: Ctrl+U
  455. *conferenceView*callMenu.hangupButton.accelerator: Ctrl<Key>u
  456.  
  457. *conferenceView*shelfMenu.labelString: Ñ╖ѺÑδÑ╒┴¬┬≥
  458. *conferenceView*shelfMenu.openButton.labelString: Ñ¬í╝Ñ╫Ñ≤ (O)
  459. *conferenceView*shelfMenu.openButton.mnemonic: O
  460. *conferenceView*shelfMenu.printButton.labelString: ░⌡║■ (P)
  461. *conferenceView*shelfMenu.printButton.mnemonic: P
  462. *conferenceView*shelfMenu.getInfoButton.labelString: ╛≡╩≤ (I)
  463. *conferenceView*shelfMenu.getInfoButton.mnemonic: I
  464. *conferenceView*shelfMenu.putAwayButton.labelString: ╩╥╔╒ñ▒ñδ (u)
  465. *conferenceView*shelfMenu.putAwayButton.mnemonic: u
  466. *conferenceView*shelfMenu.showPathButton.labelString: Ñ╤Ñ╣ñ≥╔╜╝¿ (S)
  467. *conferenceView*shelfMenu.showPathButton.mnemonic: S
  468. *conferenceView*shelfMenu.hidePathButton.labelString: Ñ╤Ñ╣ñ≥▒úñ╣ (H)
  469. *conferenceView*shelfMenu.hidePathButton.mnemonic: H
  470. *conferenceView*shelfMenu.sendButton.labelString: ┴≈┐« (n)
  471. *conferenceView*shelfMenu.sendButton.mnemonic: n
  472. *conferenceView*shelfMenu.fetchButton.labelString: ÑóÑñÑ│Ñ≤ñ╬╕í║≈ (F)
  473. *conferenceView*shelfMenu.fetchButton.mnemonic: F
  474.  
  475. *conferenceView*toolsMenu.labelString: Ñ─í╝Ñδ (T)
  476. *conferenceView*toolsMenu.mnemonic: T
  477. *conferenceView*toolsMenu.controlPanelButton.labelString: ─╠╧├Ñ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣íªÑ╤Ñ═Ñδ... (C)
  478. *conferenceView*toolsMenu.controlPanelButton.mnemonic: C
  479. *conferenceView*toolsMenu.networkInfoPanelButton.labelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»╛≡╩≤Ñ╤Ñ═Ñδ... (N)
  480. *conferenceView*toolsMenu.networkInfoPanelButton.mnemonic: N
  481. *conferenceView*toolsMenu.audioPanelButton.labelString: Ñ¬í╝Ñ╟ÑúѬíªÑ│Ñ≤Ñ╚Ñφí╝ÑδíªÑ╤Ñ═Ñδ... (A)
  482. *conferenceView*toolsMenu.audioPanelButton.mnemonic: A
  483. *conferenceView*toolsMenu.videoPanelButton.labelString: Ñ╙Ñ╟ѬíªÑ│Ñ≤Ñ╚Ñφí╝ÑδíªÑ╤Ñ═Ñδ... (V)
  484. *conferenceView*toolsMenu.videoPanelButton.mnemonic: V
  485.  
  486. *perfLabel.labelString: Ñ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣:
  487. *conferenceView*panelLabel.labelString: ñ│ñ∞ñΘñ╬Ñ│Ñ≤Ñ╚Ñφí╝Ñδñ╧╕╜║▀╗╚═╤├µñ╬┼┼╧├ñ╦┤╪ñ╖ñ╞ñ╬ñ▀Ñ╤ÑΘÑßí╝Ñ┐ñ≥\n└▀─Ωñ╖ñ▐ñ╣íú║ú╕σñ╬┼┼╧├ñ╦┤╪ñ╖ñ╞ñΓÑ╤ÑΘÑßí╝Ñ┐ñ≥└▀─Ωñ╣ñδñ╦ñ╧\"┼┼╧├\nÑ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣íªÑ╤Ñ═Ñδ\"╛σñ╬╣α╠▄ñ≥╗╚═╤ñ╖ñ╞ñ»ñ└ñ╡ññíú
  488.  
  489. *conferenceView*mcastReceptionWarning: InPerson ñ╧ñ█ñ½ñ╬╗▓▓├╝╘ñ½ñΘñ╬Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»íªÑ╚ÑΘÑ╒ÑúÑ├Ñ»ñ≥ñ╖ñ╨ñΘñ»╝⌡ñ▒ñ╞ñññ▐ñ╗ñ≤íúñóñ╩ñ┐ñ╬Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ¼Ñ▐ÑδÑ┴Ñ¡ÑπÑ╣Ñ╚(╩ú┐⌠ñ╚ñ╬▓±╡─ñ╦╔¼═╫ñ╩╡í╟╜)ñ≥Ñ╡Ñ▌í╝Ñ╚ñ╖ñ╞ñññ╩\nññ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íú╛▄║┘ñ╧ InPerson Setup & Admin Guid ñ≥╗▓╛╚ñ╖ñ╣ñδñ½Ñ═Ñ├Ñ╚Ñ∩í╝\nÑ»┤╔═²╝╘ñ╦┴Ω├╠ñ╖ñ╞ñ»ñ└ñ╡ññíú
  490.  
  491. !
  492. ! Defaults for the phone
  493. !
  494.  
  495. ! InPerson Phone Control pop-up menu
  496. *phoneIcon*controlPanel_popup.title: InPerson: ─╠╧├Ñ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣íªÑ╤Ñ═Ñδ
  497. *phoneIcon*panelLabel.labelString: ñ│ñ╬Ñ│Ñ≤Ñ╚Ñφí╝Ñδñ╧╝íñ╬┼┼╧├ñ╬ñ┐ñßñ╦Ñ╤ÑΘÑßí╝Ñ┐ñ≥└▀─Ωñ╖ñ▐ñ╣íú║ú╕σñ╬\nñ╣ñ┘ñ╞ñ╬┼┼╧├ñ╦ñ╜ñ∞ñΘñ≥╗╚ñ∩ñ∞ñ┐ñ»ñ╩ññ╛∞╣τñ╧└▀─Ωñ≥╩▌┬╕ñ╖ñ╞ñ»ñ└ñ╡ññíú
  498.  
  499. *phoneIcon*capDifferMsg: ┬╛ñ╬┐═ñ¼ñóñ╩ñ┐ñΦñΩ─πññÑ═Ñ├Ñ╚Ñ∩í╝Ñ»íªÑΩÑ╜í╝Ñ╣ñ≥╗╪─Ωñ╖ñ╞ñññδñ½íó\n╬⌠ñδ╜Φ═²Ñ╖Ñ╣Ñ╞Ñαñ≥╗╚═╤ñ╖ñ╞ñññ▐ñ╣íú╖δ▓╠ñ╚ñ╖ñ╞▓±╡─ñ╧╩╠ñ╬Ñ╙Ñ╟Ѭ\n░╡╜╠Ñ╣Ñ¡í╝Ñαñ≥╗╚═╤ñ╣ñδ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íú
  500. *phoneIcon*capDiffDontTellLabel: ║ú╕σñ╧─╠├╬ñ╖ñ╩ññ
  501. *phoneIcon*capDiffContLabel: ╖╤┬│
  502.  
  503. *phoneIcon*ringControlPanel_popup.title: InPerson: ┼┼╧├╡íÑ┘ÑδíªÑ│Ñ≤Ñ╚Ñφí╝ÑδíªÑ╤Ñ═Ñδ
  504. *phoneControlMenu.labelString: ┼┼╧├╡íÑ│Ñ▐Ñ≤Ñ╔
  505. *authorMenuItem.labelString: Ñ¬í╝Ñ╡ÑΩÑ≤Ñ░... (g)
  506. *authorMenuItem.mnemonic: g
  507. *authorMenuItem.acceleratorText: Ctrl+G
  508. *authorMenuItem.accelerator: Ctrl<Key>g
  509. *panelMenuItem.labelString: ┼┼╧├╡íÑ┘ÑδíªÑ│Ñ≤Ñ╚Ñφí╝ÑδíªÑ╤Ñ═Ñδ... (R)
  510. *panelMenuItem.mnemonic: R
  511. *controlPanelMenuItem.labelString: ─╠╧├Ñ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣íªÑ╤Ñ═Ñδ... (a)
  512. *controlPanelMenuItem.mnemonic: a
  513. *callMenuItem.labelString: ┼┼╧├... (C)
  514. *callMenuItem.mnemonic: C
  515. *quitMenuItem.labelString: ╜¬╬╗(x)
  516. *quitMenuItem.mnemonic: x
  517. *quitMenuItem.acceleratorText: Ctrl+Q
  518. *quitMenuItem.accelerator: Ctrl<Key>q
  519.  
  520.  
  521. ! InPerson Phone Icon Window
  522. !*phoneIcon*clientDecoration: +border
  523. *phoneIcon.mwmDecorations: 2
  524. ! For more info on MwmFunctions  see MwmUtil.h
  525. *phoneIcon.mwmFunctions: 8388612
  526. ! This form*width value keeps the status button sizes correct.
  527.  
  528.  
  529. *phoneIcon*icon*width: 105
  530. *phoneIcon*baseWidth: 90
  531. *phoneIcon*baseHeight: 80
  532. ! add 4 pixels to the width and height of the pixmaps used.
  533. *phoneIcon*phoneButton.width: 124
  534. *phoneIcon*phoneButton.height: 97
  535. *phoneIcon*Xdraw.marginHeight: 0
  536. *phoneIcon*Xdraw.marginWidth: 0
  537. *phoneIcon*msgIndFrame.topOffset: 8
  538. *phoneIcon*msgIndFrame.rightOffset: 8
  539. *phoneIcon*msgIndFrame.shadowThickness: 2
  540. *phoneIcon*msgIndFrame.shadowType: XmSHADOW_IN
  541. *phoneIcon*msgIndFrame.marginWidth: 0
  542. *phoneIcon*msgIndFrame.marginHeight: 0
  543. *phoneIcon*msgIndicator.labelString:  0
  544. !*phoneIcon*msgIndicator.height: 10
  545. !*phoneIcon*msgIndicator.width: 10
  546. *phoneIcon*msgIndicator.height: 12
  547. *phoneIcon*msgIndicator.width: 11
  548.  
  549.  
  550. *phoneIcon*callButtonBox.marginTop: 0
  551. *phoneIcon*callButtonBox.marginBottom: 0
  552. *phoneIcon*callButtonBox.marginLeft: 0
  553. *phoneIcon*callButtonBox.marginRight: 0
  554. *phoneIcon*callButtonBox.topOffset: 0
  555. *phoneIcon*callButtonBox.rightOffset: 0
  556. *phoneIcon*callButtonBox.marginWidth: 0
  557. *phoneIcon*callButtonBox.marginHeight: 0
  558. *phoneIcon*callButtonBox.spacing: 0
  559. *phoneIcon*callButtonBox.statusAlwaysOne: False
  560. *phoneIcon*callButtonBox.entryBorder: 0
  561. *phoneIcon*callButtonBox.adjustLast: False
  562. *phoneIcon*callButtonBox.isAligned: True
  563. *phoneIcon*callButtonBox.resizeWidth: False
  564. *phoneIcon*callButtonBox.recomputeSize: True
  565.  
  566. *phoneIcon*callButtonBox*XmDrawnButton*resizeWidth: True
  567. *phoneIcon*callButtonBox*XmDrawnButton*alignment:  XmALIGNMENT_BEGINNING
  568. *phoneIcon*callButtonBox*XmDrawnButton*recomputeSize: True
  569. *phoneIcon*callButtonBox*XmDrawnButton*marginTop: 1
  570. *phoneIcon*callButtonBox*XmDrawnButton*marginHeight: 1
  571.  
  572.  
  573. *phoneIcon*LicenseDialog*XmLabelGadget.alignment: XmALIGNMENT_BEGINNING
  574. *phoneIcon*instructionLabel.labelString: ÑΘÑñÑ╗Ñ≤Ñ╣íªÑ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ╞ "┼¼═╤" ñ≥▓íñ╖ñ╞ñ»ñ└ñ╡ññíú
  575. *phoneIcon*instructionLabel.alignment: XmALIGNMENT_BEGINNING
  576. *phoneIcon*passwdLabel.labelString: ÑΘÑñÑ╗Ñ≤Ñ╣íªÑ╤Ñ╣Ñ∩í╝Ñ╔
  577. *phoneIcon*productLabel.labelString: └╜╔╩
  578. *phoneIcon*productBase.editable: FALSE
  579. *phoneIcon*LicenseDialog.width: 500
  580. *phoneIcon*LicenseDialog.resizable: FALSE
  581.  
  582.  
  583. ! The InPerson Call Window
  584.  
  585. *callWindow.title: ┼┼╧├╡í
  586. *callWindow.x: 60
  587. *callWindow.y: 60
  588. *callWindow*groupMenu.labelString: Ñ░Ñδí╝Ñ╫ (G)
  589. *callWindow*groupMenu.mnemonic: G
  590. *callWindow*videoMenu.labelString: Ñ╙Ñ╟Ѭ (V)
  591. *callWindow*videoMenu.mnemonic: V
  592. *callWindow*toolsMenu.labelString: Ñ─í╝Ñδ (T)
  593. *callWindow*toolsMenu.mnemonic: T
  594. *callWindow*redialMenu.labelString: ÑΩÑ└ÑñÑóÑδ (R)
  595. *callWindow*redialMenu.mnemonic: R
  596. *callWindow*videoMenu.noneMenuItem.labelString: ñ╩ñ╖ (N)
  597. *callWindow*videoMenu.noneMenuItem.mnemonic: N
  598. *callWindow*videoMenu.smallMenuItem.labelString: ╛« (S)
  599. *callWindow*videoMenu.smallMenuItem.mnemonic: S
  600. *callWindow*videoMenu.mediumMenuItem.labelString: ├µ (M)
  601. *callWindow*videoMenu.mediumMenuItem.mnemonic: M
  602. *callWindow*videoMenu.largeMenuItem.labelString: ├µ (M)
  603. *callWindow*videoMenu.largeMenuItem.mnemonic: M
  604. *callWindow*groupMenu.openGroupMenuItem.labelString: Ñ░Ñδí╝Ñ╫░∞═≈ (L)
  605. *callWindow*groupMenu.openGroupMenuItem.mnemonic: L
  606. *callWindow*groupMenu.openGroupMenuItem.accelerator: Ctrl<Key>l
  607. *callWindow*groupMenu.openGroupMenuItem.acceleratorText: Ctrl+L
  608. *callWindow*groupMenu.findGroupMenuItem.labelString: ╕í║≈ (F)
  609. *callWindow*groupMenu.findGroupMenuItem.mnemonic: F
  610. *callWindow*groupMenu.newCallMenuItem.labelString: ╛├╡ε (C)
  611. *callWindow*groupMenu.newCallMenuItem.mnemonic: C
  612. *callWindow*groupMenu.newCallMenuItem.accelerator: Ctrl<Key>b
  613. *callWindow*groupMenu.newCallMenuItem.acceleratorText: Ctrl+B
  614. *callWindow*groupMenu.renameGroupMenuItem.labelString: ╠╛╛╬╩╤╣╣ (R)
  615. *callWindow*groupMenu.renameGroupMenuItem.mnemonic: R
  616. *callWindow*groupMenu.saveGroupMenuItem.labelString: ╩▌┬╕ (S)
  617. *callWindow*groupMenu.saveGroupMenuItem.mnemonic: S
  618. *callWindow*groupMenu.saveGroupMenuItem.accelerator: Ctrl<Key>s
  619. *callWindow*groupMenu.saveGroupMenuItem.acceleratorText: Ctrl+S
  620. *callWindow*groupMenu.deleteGroupMenuItem.labelString: ║∩╜ⁿ (D)
  621. *callWindow*groupMenu.deleteGroupMenuItem.mnemonic: D
  622. *callWindow*groupMenu.copyGroupMenuItem.labelString: Ñ│Ñ╘í╝ (C)
  623. *callWindow*groupMenu.copyGroupMenuItem.mnemonic: C
  624. *callWindow*Rename Group_popup.title: Ñ░Ñδí╝Ñ╫╠╛╩╤╣╣
  625. *callWindow*Rename Group_popup*Selection.labelString: Ñ░Ñδí╝Ñ╫╠╛╞■╬╧:
  626. *callWindow*toolsMenu.ringControlPanelMenuItem.labelString: ┼┼╧├╡íÑ┘ÑδíªÑ│Ñ≤Ñ╚Ñφí╝ÑδíªÑ╤Ñ═Ñδ... (R)
  627. *callWindow*toolsMenu.ringControlPanelMenuItem.mnemonic: R
  628. *callWindow*toolsMenu.callControlPanelMenuItem.labelString: ─╠╧├Ñ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣íªÑ╤Ñ═Ñδ... (C)
  629. *callWindow*toolsMenu.callControlPanelMenuItem.mnemonic: C
  630.  
  631. *previousNameMenu.labelType: PIXMAP
  632. *previousNameMenu.labelPixmap: /usr/include/X11/bitmaps/sgidesktop/iconFinderPrevious
  633.  
  634. *callWindow*subjectLabel.labelString: Subject:
  635. *callWindow*subjectText.bottomOffset: 32
  636. ! change the left an right offset of subject text to fit long labels
  637. ! to the fields and buttons in the callWindow
  638. ! Also change the MessagePanel width to be 25 less than the sum of left
  639. ! right Offsets + the subject text width.
  640. *callWindow*subjectText.leftOffset: 100
  641. *callWindow*subjectText.rightOffset: 100
  642. *callWindow*subjectText.width: 250
  643. *callWindow*togrouplabel.labelString: To:
  644. *callWindow*togrouplabel.topOffset: 4
  645.  
  646.  
  647. *callWindow*MessagePanel.topOffset: 12
  648. *callWindow*MessagePanel.width: 425
  649. *callWindow*MessagePanel.*animationStyle:DRAG_UNDER_NONE
  650.  
  651. *callWindow*composePushB.labelString: Ñ¬í╝Ñ╡ÑΩÑ≤Ñ░...
  652. *callWindow*composePushB.topOffset: 32
  653. *callWindow*composePushB.rightOffset: 16
  654. *callWindow*composePushB.leftOffset: 8
  655.  
  656. *callWindow*newPushB.labelString: ╛├╡ε
  657. *callWindow*newPushB.topOffset: 32
  658. *callWindow*newPushB.rightOffset: 8
  659.  
  660. *callWindow*callPushB.labelString: ┼┼╧├
  661. *callWindow*callPushB.topOffset: 32
  662. *callWindow*callPushB.rightOffset: 8
  663.  
  664. *callWindow*hangupPushB.labelString: ┼┼╧├ñ≥└┌ñδ
  665. *callWindow*hangupPushB.topOffset: 32
  666. *callWindow*hangupPushB.rightOffset: 16
  667.  
  668.  
  669. *callWindow*msgSeparator.bottomOffset: 4
  670. *callWindow*msgCountFrame.bottomOffset: 4
  671. *callWindow*msgCountFrame.leftOffset: 4
  672. *callWindow*msgCountFrame.shadowThickness: 2
  673. *callWindow*msgCountFrame.shadowType: XmSHADOW_IN
  674. *callWindow*msgCountFrame.marginWidth: 0
  675. *callWindow*msgCountFrame.marginHeight: 0
  676. *callWindow*msgCountLabel.labelString:  0
  677. *callWindow*msgCountLabel.height: 15
  678. *callWindow*msgCountLabel.width: 13
  679. *callWindow*msgLabel.leftOffset: 4
  680. *callWindow*msgLabel.bottomOffset: 4
  681. *callWindow*msgLabel.labelString: ╛╖┬╘ (╗▓▓├ñ╣ñδñ╦ñ╧ÑóÑñÑ│Ñ≤ñ≥Ñ└Ñ╓ÑδÑ»ÑΩÑ├Ñ»)
  682.  
  683. *callWindow*messageToggle.topOffset: 32
  684. *callWindow*messageToggle.leftOffset: 8
  685. *callWindow*messageToggle.rightOffset: 16
  686.  
  687. !Common Buttons on Windows
  688. *closePushB.labelString: ╩─ñ╕ñδ
  689. *closePushB.topOffset: 32
  690. *closePushB.rightOffset: 8
  691. *closePushB.bottomOffset: 8
  692. *savePushB.labelString: ╩▌┬╕
  693. *savePushB.rightOffset: 8
  694.  
  695. !ControlPanel labels
  696. *conferenceView*controlPanel*prefButton.labelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»╛≡╩≤...
  697. *phoneIcon*controlPanel*prefButton.labelString: ╩▌┬╕
  698.  
  699. *ringControlPanel*videoLabel.labelString: Ñ╙Ñ╟Ѭ:
  700. *ringControlPanel*onVideoToggleB.labelString: └╕╩ⁿ┴≈
  701. *ringControlPanel*offVideoToggleB.labelString: └┼╗▀▓Φ
  702.  
  703. *ringControlPanel*maxRingsLabel.labelString: ║╟┬τ╕╞ñ╙╜╨ñ╖▓≤┐⌠:
  704. *ringControlPanel*incomingLabel.labelString: ╞■╬╧:
  705. *ringControlPanel*outgoingLabel.labelString: ╜╨╬╧:
  706. *ringControlPanel*incomingRingLabel.labelString: ╕╞╜╨ñ╖▓╗:
  707. *ringControlPanel*outgoingRingLabel.labelString: ╕╞╜╨ñ╖▓╗:
  708. *ringControlPanel*incomingRingSounds: ñ╩ñ╖ Ñ¬Ñ╒ÑúÑ╣ ÑΓÑ└Ñ≤ ╡∞╝░
  709. *ringControlPanel*outgoingRingSounds: ñ╩ñ╖ ┼┼╗╥▓╗
  710. *ringControlPanel*prefButton.labelString: ╩▌┬╕
  711.  
  712. ! For Group Window
  713. *groupWindow.title: Ñ░Ñδí╝Ñ╫╔╜╝¿
  714. *groupWindow*groupNameLabel.labelString: Ñ░Ñδí╝Ñ╫:
  715. *groupWindow*groupNameText.topOffset: 20
  716. ! change the left an right offset of groupNametext to fit long labels
  717. ! to the fields and buttons in the groupWindow
  718. *groupWindow*groupNameText.leftOffset: 100
  719. *groupWindow*groupNameText.rightOffset: 100
  720. *groupWindow*groupNameText.width: 300
  721. *groupWindow*membersLabel.labelString: ÑßÑ≤Ñ╨:
  722.  
  723. ! For the Group Panel
  724. *GroupPanel.topOffset: 8
  725. *GroupPanel.bottomOffset: 4
  726. *expandPushB.labelString: │╚─Ñ
  727. *expandPushB.topOffset:  4
  728. *expandPushB.leftOffset: 8
  729. *expandPushB.rightOffset: 8
  730. *removePushB.labelString: ║∩╜ⁿ
  731. *removePushB.topOffset:  4
  732. *removePushB.leftOffset: 8
  733. *removePushB.rightOffset: 8
  734. *viewPushB.labelString: ╔╜╝¿
  735. *viewPushB.topOffset:  4
  736. *viewPushB.leftOffset: 8
  737. *viewPushB.rightOffset: 8
  738. *deletePushB.labelString: ║∩╜ⁿ
  739. *deletePushB.topOffset:  4
  740. *deletePushB.leftOffset: 8
  741. *deletePushB.rightOffset: 8
  742. *okPushB.labelString: ┼┼╧├ñ╦─╔▓├
  743. *okPushB.topOffset:  4
  744. *okPushB.leftOffset: 8
  745. *okPushB.rightOffset: 8
  746. *nameEntryLabel.labelString: ─╔▓├:
  747. *nameEntryLabel.topOffset: 4
  748. *nameEntryText.bottomOffset: 32
  749.  
  750.  
  751. *callWindow*nameEntryLabel.labelString: To:
  752. *callWindow*GroupPanel.topOffset: 16
  753. *callWindow*GroupPanel.bottomOffset: 8
  754. *callWindow*nameEntryText.bottomOffset: 16
  755.  
  756.  
  757. ! For the Group List Panel
  758. *listWindow.title: Ñ░Ñδí╝Ñ╫
  759. *listWindow*groupLabel.labelString: Ñ░Ñδí╝Ñ╫:
  760. *listWindow*IconPanel.topOffset: 8
  761. ! change the left an right offset of IconPanel to fit long labels
  762. ! to the fields and buttons in the listWindow
  763. *listWindow*IconPanel.rightOffset: 100
  764. *listWindow*IconPanel.leftOffset: 100
  765. *listWindow*IconPanel.bottomOffset: 32
  766.  
  767. ! Incoming Call Popup
  768. !*caform_popup.mwmDecorations: 36
  769. *caform_popup.mwmFunctions: 4
  770. *caform_popup.x: 80
  771. *caform_popup*geometry: +100+100
  772. *caform_popup.title: ╞■ñ├ñ╞═Φñ┐┼┼╧├...
  773. *answerLabel.labelString: ╞■ñ├ñ╞═Φñ┐┼┼╧├ (From):
  774. *answerLabel.topOffset: 8
  775. *answerLabel.leftOffset: 8
  776. *pixmapXdraw.marginHeight: 0
  777. *pixmapXdraw.marginWidth: 0
  778. *pixmapXdraw.topOffset: 16
  779. *pixmapXdraw.leftOffset: 16
  780. *participantsLabel.labelString: ╗▓▓├╝╘:
  781. *participantsLabel.leftOffset: 16
  782. *participantsLabel.marginRight: 8
  783. *participantsFieldLabel.marginRight: 8
  784. *subjectLabel.labelString: Ñ╡Ñ╓Ñ╕ѺѻÑ╚:
  785. *subjectLabel.leftOffset: 16
  786. *subjectLabel.marginRight: 8
  787. *subjectFieldLabel.marginRight: 8
  788. *answerButton.labelString: ╩╓┼·
  789. *answerButton.rightOffset: 8
  790. *dontAnswerButton.labelString: ╩╓┼·ñ╖ñ╩ññ
  791. *dontAnswerButton.rightOffset: 8
  792. *dontAnswerButton.topOffset: 32
  793. *dontAnswerButton.rightOffset: 8
  794. *dontAnswerButton.bottomOffset: 8
  795.  
  796.  
  797. ! Button names
  798. *prepareString: Ñ¬í╝Ñ╡ÑΩÑ≤Ñ░...
  799. *callingString: Ñ│í╝ÑΩÑ≤Ñ░...
  800.  
  801.  
  802. ! Error Messages
  803. *phoneRGBMissingMessage: '/usr/share/InPerson/' ñ╦┼┼╧├ñ╬▓Φ┴ⁿ\nÑ╒ÑíÑñÑδñ¼ñóñΩñ▐ñ╗ñ≤íú
  804. *badStateError: InPerson ñ╧╠╖╜Γñ╖ñ┐╛⌡┬╓ñ╦ñóñΩñ▐ñ╣íú\nInPerson ñ≥║╞╡»╞░ñ╖ñ╞▓╝ñ╡ññíú
  805. *badSizeError: Ñ╡ÑñÑ║░·┐⌠ñ¼╠╡╕·ñ╟ñ╣íú\nsmall, medium, large ñ╬ñ╔ñ∞ñ½ñ≥╗╚ñ├ñ╞▓╝ñ╡ññíú
  806. *conferenceEndedError: ▓±╡─ñ╧╜¬╬╗ñ╖ñ▐ñ╖ñ┐íú
  807. *callNotFoundError: ┼┼╧├ñ╧═¡╕·ñ╟ñóñΩñ▐ñ╗ñ≤íú
  808. *exitWithError: ╜¬╬╗ñ╖ñ▐ñ╣íúÑ╣Ñ╞í╝Ñ┐Ñ╣
  809. *diedFromError: Ñ╖Ñ░Ñ╩Ñδñ╦ñΦñΩ╜¬╬╗ñ╖ñ▐ñ╖ñ┐
  810. *cannotreplyerror: InPerson ñ¼ÑΩÑΓí╝Ñ╚íªÑ╖Ñ╣Ñ╞Ñαñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íú\nñ│ñ╬▓±╡─ñ╦ñ╧╕╞ñ╙╜╨ñ╖┐═ñ¼ñññ╩ñññ╬ñ½ñΓñ╖ñ∞ñ▐ñ╗íú
  811. *cantReceiveError:"└▄┬│╩╢╝║
  812. *timedOutError: Ñ┐ÑñÑαÑóѪÑ╚íúInPerson ñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íú
  813. *callInterruptError: ┼┼╧├├µ├╟
  814. *progUnavailError: InPerson ñ╧═¡╕·ñ╟ñóñΩñ▐ñ╗ñ≤íú
  815. *progVersionError: InPerson ñ╬Ñ╨í╝Ñ╕ÑτÑ≤ñ¼┼¼╣τñ╖ñ▐ñ╗ñ≤íú
  816. *hostUnknownError: ╔╘╠└ñ╩Ñ█Ñ╣Ñ╚
  817. *pmapFailedError: Ñ┐ÑñÑαÑóѪÑ╚íúÑ╖Ñ╣Ñ╞Ñαñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íú
  818. *progNotRegisteredError: InPerson ñ¼╡»╞░ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
  819. *noStateError: ╛⌡┬╓╔╘╠└
  820. *calledError: ┼┼╧├├µ
  821. *inProgressError: ┼┼╧├╖╤┬│├µ
  822. *quitCallError: ┼┼╧├├µ╗▀
  823. *alreadyActiveError: ñ╣ñ╟ñ╦▓±╡─├µñ╟ñ╣íú
  824. *alreadyInvitedError: ñ╣ñ╟ñ╦╛╖┬╘ñ╖ñ╞ñññ▐ñ╣íú
  825. *notUserError: ┬╛ñ╬ѵí╝Ñ╢ñ¼ InPerson ñ≥╗╚═╤├µñ╟ñ╣íú
  826. *tookMsgError: ╩╓┼·ñ╩ñ╖
  827. *badAddressError: ÑóÑ╔Ñ∞Ñ╣┤╓░πññ
  828. *callSelfError: ╝½╩¼ñ╬Ñ╖Ñ╣Ñ╞Ñα╕╞╜╨ñ╖╔╘▓─
  829. *callNotCompletedError: ñóñ╩ñ┐ñ╬╝íñ╬ѵí╝Ñ╢ñ╪ñ╬┼┼╧├ñ╧╝║╟╘ñ╖ñ▐ñ╖ñ┐:
  830. *userHeader: Ñµí╝Ñ╢
  831. *reasonHeader: ═²═│
  832. *groupExistsMessage: ┬╕║▀ñ╣ñδÑ░Ñδí╝Ñ╫ñ╦╛σ╜±ñ¡ñ╖ñ▐ñ╣íúñññññ╟ñ╣ñ½?
  833. *pipeFailedError: Ñ╤ÑñÑ╫ñ≥║ε└«ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╖Ñ╣Ñ╞Ñα┤╔═²╝╘ñ╦╠Σññ╣τñ∩ñ╗ñ╞▓╝ñ╡ññíú\n
  834. *badNumberOfRingsError: ñ│ñ╬╕╞ñ╙╜╨ñ╖▓≤┐⌠ñ╧ InPerson ñ¼Ñ╡Ñ▌í╝Ñ╚ñ╣ñδ╚╧░╧ñ≥─╢ñ¿ñ╞ñññ▐ñ╣íú\n
  835. *rpcFreeArgsError: InPerson ñ╧ RPC arguments ñ≥Ñ╒ÑΩí╝ñ╟ñ¡ñ▐ñ╗ñ≤íú
  836. *rpcTCPCreateError: TCP Ñ╡í╝Ñ╙Ñ╣ñ≥║ε└«ñ╟ñ¡ñ▐ñ╗ñ≤íú
  837. *rpcTCPRegisterError: TCP Ñ╡í╝Ñ╙Ñ╣ñ≥┼╨╧┐ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íúInPerson ñ¼ñ╣ñ╟ñ╦╞░ñññ╞ñññ▐ñ╣ñ½?
  838. *noGroupNameError: Ñ░Ñδí╝Ñ╫╠╛ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú╞■╬╧ñ╖ñ╞▓╝ñ╡ññíú
  839. *badGroupNameError: Ñ░Ñδí╝Ñ╫╠╛ñ╧Ñ╣Ñ┌í╝Ñ╣ñ╚ѽÑ≤Ñ▐ñ≥┤▐ñ≤ñ╟ñ╧ñññ▒ñ▐ñ╗ñ≤íú
  840. *badToFieldError: ╝íñ╬ñΓñ╬ñ╧╔╘╠└ñ╬ÑóÑ╔Ñ∞Ñ╣ñ▐ñ┐ñ╧Ñ░Ñδí╝Ñ╫╠╛ñ╟ñ╣:\n\n
  841. *pleaseEnterError: <user@host> ╖┴╝░ñ╬ѵí╝Ñ╢ÑóÑ╔Ñ∞Ñ╣ñ½ \"Group\" ÑßÑ╦Ñσí╝├µñ╬Ñ░Ñδí╝Ñ╫╠╛ñ≥╞■╬╧ñ╖ñ╞▓╝ñ╡ññíú
  842. *BadHoldRequestReplyError: ╕╜║▀═¡╕·ñ╩┼┼╧├ñ╧Ñ█í╝ÑδÑ╔ñ╟ñ¡ñ▐ñ╗ñ≤íú\nInPerson ñ≥ÑΩÑ╗Ñ├Ñ╚ñ╣ñδñ┐ñßñ╦░∞├╢├µ╗▀ñ╖ñ╞║╞╝┬╣╘ñ╖ñ╞▓╝ñ╡ññíú
  843. *mustRunPhoneToMakeCallError: ┼┼╧├│½╗╧ñ▐ñ┐ñ╧╝⌡ñ▒╝ΦñΩñ╬ñ┐ñßñ╦ inperson ñ≥╡»╞░ñ╖ñ╞▓╝ñ╡ññíú
  844. *mustRunPhoneToViewWhiteboardError: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔Ñ╒ÑíÑñÑδñ≥╕½ñδñ▐ñ┐ñ╧╩╘╜╕ñ╣ñδñ┐ñßñ╦\nÑ╟Ñ╣Ñ»Ñ╚Ñ├Ñ╫╛σñ╬ inperson ÑóÑñÑ│Ñ≤ñ≥Ñ└Ñ╓ÑδÑ»ÑΩÑ├Ñ»ñ╖ñ┐╕σñ╦\nñΓñª░∞┼┘Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔Ñ╒ÑíÑñÑδñ≥│½ñññ╞▓╝ñ╡ññíú
  845. *quitAppMsg: InPerson ñ╬├µ╗▀ñ╧╕╜║▀╖╤┬│├µñ╬┴┤ñ╞ñ╬┼┼╧├ñ≥╜¬ñΘñ╗ñ▐ñ╣íú\n╦▄┼÷ñ╦ InPerson ñ≥├µ╗▀ñ╖ñ▐ñ╣ñ½?
  846. *noInPersonError: InPerson ñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íú
  847. *noInPersonError2: InPerson ñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íúInPerson ñ¼╝┬╣╘├µñ½ñ╔ñªñ½│╬╟ºñ╖ñ╞ñ»ñ└ñ╡ññíú 
  848. *badPhoneReplyError: ╞Γ╔⌠Ñ¿ÑΘí╝íúInperson ñ½ñΘñ╬┤╓░πñ├ñ┐ÑΩÑ╫ÑΘÑñ*
  849.  
  850. ! These resource control the dialog when you leave a message
  851. *leaveEmailMsg.labelString: ÑßÑ├Ñ╗í╝Ñ╕ñ≥╗─ñ╖ñ▐ñ╣ñ½?
  852. *callStatusDialog.leaveEmailMsg.marginWidth: 50
  853. *startMmailQuestion: MediaMail ñ¼╞░ñññ╞ñññ▐ñ╗ñ≤íú\n╡»╞░ñ╖ñ▐ñ╣ñ½?
  854. *runMMailError: ÑßÑ├Ñ╗í╝Ñ╕ñ≥╗─ñ╣ñ╦ñ╧ MediaMail ñ¼╔¼═╫ñ╟ñ╣íú
  855. *installMMailError: ÑßÑ├Ñ╗í╝Ñ╕ñ≥╗─ñ╣ñ╦ñ╧ MediaMail ñ≥ÑñÑ≤Ñ╣Ñ╚í╝Ñδñ╖ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íú
  856. *noonetocallMsg: ñóñ╩ñ┐ñ¼┼┼╧├ñ╖ñΦñªñ╚ñ╖ñ╞ñññδÑ░Ñδí╝Ñ╫ñ╧╢⌡ñ½ñ▐ñ┐ñ╧┬╕║▀ñ╖ñ▐ñ╗ñ≤íú
  857. !
  858. ! Defaults for whiteboard
  859. !
  860. *inpboard*highlightThickness:            0
  861. *inpboard*lowerTcpSize:             30000
  862. *inpboard*textfontnames: -*-helvetica-medium-r-normal--14-*-*-*-p-*-iso8859-1,--mincho-*--14-*,-*--14-*
  863.  
  864. ! whiteboard bg and selected tab are the same:
  865. *inpboard*SoXtRenderArea*BackgroundColor:       sgi gray 92
  866. *inpboard*tabpanel*selectedTabBackground:       sgi gray 92
  867. *inpboard*tabpanel*background:            sgiverylightgray
  868. *inpboard*tabpanel*tabLabel.background:       sgilightgray
  869.  
  870. *inpboard*tabpanel*area1*marginWidth:        0
  871. *inpboard*tabpanel*area1*marginHeight:    0
  872. *inpboard*tabpanel*area1*verticalSpacing:    0
  873. *inpboard*tabpanel*area1.background:        sgilightgray
  874. *inpboard*tabpanel*toolpopupmenu*background:    sgiverylightgray
  875. *inpboard*tabpanel*rowColumn1*background:    sgiverylightgray
  876. *inpboard*tabpanel*rowColumn0*background:    sgiverylightgray
  877. *inpboard*Print_popup.title: Print whiteboard
  878. *inpboard*Print_popup*pageRange.labelString: Ñ┌í╝Ñ╕╚╧░╧:
  879. *inpboard*Print_popup*all.labelString: ┴┤ñ╞
  880. *inpboard*Print_popup*from.labelString: │½╗╧Ñ┌í╝Ñ╕:
  881. *inpboard*Print_popup*to.labelString: ╜¬╬╗Ñ┌í╝Ñ╕:
  882. *inpboard*Print_popup*numCopies.labelString: Ñ│Ñ╘í╝╔⌠┐⌠:
  883.  
  884.  
  885. !*inpboard*keyboardFocusPolicy: pointer
  886.  
  887. *Whiteboardfile.labelString:    Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔íªÑ╒ÑíÑñÑδ
  888. *EPS.labelString:    EPSíªÑ╒ÑíÑñÑδ
  889. *PostScript.labelString:    PostScriptíªÑ╒ÑíÑñÑδ
  890.  
  891. *Copy.labelString:    Ñ│Ñ╘í╝
  892. *Copy.acceleratorText: Ctrl+C
  893. *Copy.accelerator: Ctrl<Key>c
  894.  
  895. *Cut.labelString:    Ñ½Ñ├Ñ╚
  896. *Cut.acceleratorText: Ctrl+X
  897. *Cut.accelerator: Ctrl<Key>x
  898.  
  899. *Paste.labelString:    Ñ┌í╝Ñ╣Ñ╚
  900. *Paste.acceleratorText: Ctrl+V
  901. *Paste.accelerator: Ctrl<Key>v
  902.  
  903. *Deleteselection.labelString:    ║∩╜ⁿ
  904. *Deleteselection.acceleratorText: 
  905. *Deleteselection.accelerator:
  906.  
  907. *screensnap.labelString: Ñ╣Ñ»ÑΩí╝Ñ≤ñ½ñΘÑ╣Ñ╩Ñ├Ñ╫
  908. *screensnap.acceleratorText: Ctrl+R
  909. *screensnap.accelerator: Ctrl<Key>r
  910.  
  911. *windowsnap.labelString: ÑªÑñÑ≤Ñ╔Ѫñ≥Ñ╣Ñ╩Ñ├Ñ╫
  912. *windowsnap.acceleratorText: Ctrl+D
  913. *windowsnap.accelerator: Ctrl<Key>d
  914.  
  915. *videosnap.labelString: Ñ╙Ñ╟Ѭñ≥Ñ╣Ñ╩Ñ├Ñ╫
  916. *videosnap.acceleratorText: Ctrl+E
  917. *videosnap.accelerator: Ctrl<Key>e
  918.  
  919. *inpboard*saveLabel: ╩▌┬╕
  920. *inpboard*cancelLabel: ╝Φ╛├
  921. *inpboard*dontSaveLabel: ╟╦┤■
  922. *inpboard*saveQuestion: └Φñ╦╕╜║▀ñ╬╔┴▓Φñ≥╩▌┬╕ñ╖ñ▐ñ╣ñ½?
  923. *inpboard*overwriteQuestion: \"%s\" ñ╧┤√ñ╦┬╕║▀ñ╖ñ▐ñ╣íú╛σ╜±ñ¡ñ╖ñ▐ñ╣ñ½í⌐
  924. *inpboard*saveQuitQuestion: ├µ╗▀ñ╣ñδ┴░ñ╦╕╜║▀ñ╬╔┴▓Φñ≥╩▌┬╕ñ╖ñ▐ñ╣ñ½?
  925. *inpboard*saveDialogTitle: ╔┴▓Φ╩▌┬╕
  926. ! the following label is null on purpose because it indicates to not
  927. ! use a dialog box, just a watch cursor
  928. *inpboard*savingFileLabel:
  929. *inpboard*savingPSFileLabel: PostScript Ñ╒ÑíÑñÑδñ≥╩▌┬╕ñ╖ñ╞ñññ▐ñ╣íúñ¬┬╘ñ┴ñ»ñ└ñ╡ññ...
  930. *inpboard*printingFileLabel: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ≥░⌡║■ñ╖ñ╞ñññ▐ñ╣íúñ¬┬╘ñ┴ñ»ñ└ñ╡ññ...
  931. *inpboard*saveCrashQuestion: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ╧░█╛∩╜¬╬╗ñ╖ñ▐ñ╣íú╕╜║▀ñ╬╔┴▓Φñ≥╩▌┬╕ñ╖ñ▐ñ╣ñ½?
  932. *inpboard*lostConnectionMsg: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ╬Ñ▐Ñ╣Ñ┐ñ╚ñ╬└▄┬│ñ¼└┌ñ∞ñ▐ñ╖ñ┐íú\nÑ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ≥╜¬╬╗ñ╣ñδ╔¼═╫ñ¼ñóñΩñ▐ñ╣íúñ╜ñ╬┴░ñ╦╩▌┬╕ñ╖ñ▐ñ╣ñ½?
  933. !*inpboard*sweepRegionLabel: ╬╬░Φñ≥╛├ñ╣ñ½┐┐ñ≤├µñ╬Ñ▄Ñ┐Ñ≤ñ╟╝ΦñΩ╛├ñ╖ñ▐ñ╣íú
  934. !*inpboard*windowSelectLabel: ╦╛ñ▀ñ╬ѪÑúÑ≤Ñ╔Ѫñ≥Ñ»ÑΩÑ├Ñ»ñ╣ñδñ½┐┐ñ≤├µñ╬Ñ▄Ñ┐Ñ≤ñ╟╝ΦñΩ╛├ñ╖ñ▐ñ╣íú
  935.  
  936. *inpboard*importTextDialogTitle: Ñ╞Ñ¡Ñ╣Ñ╚íªÑ╒ÑíÑñÑδñ╬╝ΦñΩ╣■ñ▀...
  937. *inpboard*importImageDialogTitle: Ñ┌í╝Ñ╕ñ╦▓Φ┴ⁿñ≥─╔▓├...
  938. *inpboard*import3DDialogTitle: Ñ┌í╝Ñ╕ñ╦ 3D ÑΓÑ╟Ñδñ≥─╔▓├...
  939. *inpboard*saveWhiteboardTitle: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔íªÑ╒ÑíÑñÑδñ≥╩▌┬╕...
  940. *inpboard*saveAsWhiteboardTitle: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔íªÑ╒ÑíÑñÑδñ≥╩╠╠╛╩▌┬╕...
  941. *inpboard*saveAsPostScriptTitle: PostScript Ñ╒ÑíÑñÑδñ≥╩╠╠╛╩▌┬╕...
  942. *inpboard*saveAsEPSTitle: EPS Ñ╒ÑíÑñÑδñ≥╩╠╠╛╩▌┬╕...
  943. *inpboard*appendFileTitle: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔Ñ╒ÑíÑñÑδñ≥─╔▓├...
  944.  
  945. *inpboard*importTextAsDialogTitle: Ñ╞Ñ¡Ñ╣Ñ╚ñ╬╝ΦñΩ╣■ñ▀
  946. *inpboard*asLinesButtonLabel: ╣╘
  947. *inpboard*asBlocksButtonLabel: Ñ╓ÑφÑ├Ñ»
  948. *inpboard*importTextAsQuestion: Ñ╞Ñ¡Ñ╣Ñ╚íªÑ╒ÑíÑñÑδñ╬╝Φ╣■ñ▀...
  949.  
  950. *inpboard*bringUsersToThisPageTitle: ┴┤░≈ñ≥ñ│ñ╬Ñ┌í╝Ñ╕ñ╦╧óñ∞ñ╞ñ¡ñ▐ñ╣ñ½í⌐
  951. *inpboard*postBringUsersToThisPageDialog: True
  952. *yesLabel: ñ╧ññ
  953. *noLabel: ñññññ¿
  954. *doNotAskAgainLabel: ║ú╕σ╠Σ╣τñ∩ñ╗ñ╩ññ
  955. *inpboard*bringUsersToThisPageQuestion: ▓±╡─ñ╬┴┤░≈ñ≥ñ│ñ╬Ñ┌í╝Ñ╕ñ╦╧óñ∞ñ╞ñ¡ñ▐ñ╣ñ½í⌐\nNOTE: ░∞┐═ñ╟ñ╜ñ╬Ñ┌í╝Ñ╕ñ╦╣╘ñ»ñ╦ñ╧Ñ┐Ñ╓ñ≥░∞▓≤Ñ»ÑΩÑ├Ñ»ñ╖ñ╞ñ»ñ└ñ╡ññ
  956.  
  957. *inpboard*untitledString: Ñ┐ÑñÑ╚Ñδñ╩ñ╖
  958.  
  959. !----------------------------------------
  960. !
  961. ! Whiteboard error messages:
  962. !
  963. !----------------------------------------
  964.  
  965. *inpboard*badSnapMsg: Ñ╣Ñ»ÑΩí╝Ñ≤╬╬░Φñ≥Ñ╣Ñ╩Ñ├Ñ╫ñ╟ñ¡ñ▐ñ╗ñ≤íú(Ñ╟ÑúÑ╣Ñ»╬╬░Φñ¼╔╘┬¡í⌐)
  966. *inpboard*notAValidFileMsg: %s ñ╧ %s Ñ╒ÑíÑñÑδñ╟ñ╣íúñΓñª░∞┼┘╝┬╣╘ñ╖ñ╞ \n%s Ñ╒ÑíÑñÑδñ≥┴¬┬≥ñ╖ñ╞ñ»ñ└ñ╡ññ
  967. *inpboard*openFileFailedMsg: Ñ╒ÑíÑñÑδ \"%s\" ñ≥│½ñ▒ñ▐ñ╗ñ≤íú
  968. *inpboard*writePostScriptFileFailedMsg: PostScript Ñ╒ÑíÑñÑδñ¼╜±╣■ñßñ▐ñ╗ñ≤íú(%s ñ¼Ñ╒Ñδ?)
  969. *inpboard*appendFileFailedMsg: Ñ╒ÑíÑñÑδñ¼┬╕║▀ñ╖ñ╩ñññ½ÑóÑ»Ñ╗Ñ╣╕óñ¼ñóñΩñ▐ñ╗ñ≤íú
  970. *inpboard*directoryNotFileMsg: Ñ╒ÑíÑñÑδñ≥┴¬┬≥ñ╣ñδ╔¼═╫ñ¼ñóñΩñ▐ñ╣íúñ│ñ∞ñ╧Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╟ñ╣íú
  971. *inpboard*saveFileFailedMsg: Ñ╒ÑíÑñÑδ \"%s\" ñ╦╩▌┬╕ñ╟ñ¡ñ▐ñ╗ñ≤íú
  972. *inpboard*videoSnapFailedMsg: Ñ╙Ñ╟Ѭñ≥Ñ╣Ñ╩Ñ├Ñ╫ñ╟ñ¡ñ▐ñ╗ñ≤íú(Ñ╙Ñ╟Ѭñ¼┬╛ñ╬ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤ñ╦╗╚═╤ñ╡ñ∞ñ╞ñññδ?)
  973. *inpboard*videoSnapFileFailedMsg: Ñ╙Ñ╟Ѭñ╬Ñ╣Ñ╩Ñ├Ñ╫ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íú(Ñ╟ÑúÑ╣Ñ»╬╬░Φñ¼╜╜╩¼ñ╟ñ╩ññ?)
  974. *inpboard*conversionFailedMsg: %s ñ╧ %s Ñ╒ÑíÑñÑδñ╟ñ╣íú\nInventor ╖┴╝░ñ╪ñ╬╩╤┤╣ñ╧╝║╟╘ñ╖ñ▐ñ╖ñ┐íú\nInventor Ñ╒ÑíÑñÑδñ╟ñΓñª░∞┼┘╝┬╣╘ñ╖ñ╞ñ»ñ└ñ╡ññíú
  975. *inpboard*import3DFailedMsg: Ñ╒ÑíÑñÑδ %s ñ½ñΘÑΓÑ╟Ñδñ¼╞╔ñ▀╣■ñßñ▐ñ╗ñ≤íú(═¡╕·ñ╩ Inventor Ñ╒ÑíÑñÑδñ╟ñ╩ññ?)
  976. *inpboard*importImageFailedMsg: Ñ╒ÑíÑñÑδ %s ñ½ñΘ▓Φ┴ⁿñ≥╞╔ñ▀╣■ñßñ▐ñ╗ñ≤íú
  977.  
  978.  
  979. !----------------------------------------
  980. !
  981. ! Whiteboard dialogs that have to do with 1.1 compatibility:
  982. !
  983. !----------------------------------------
  984.  
  985. *inpboard*newerVersionMsg: ┐╖ñ╖ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ≥╗╚═╤ñ╖ñ╞ñññ▐ñ╣íú
  986.  
  987. *inpboard*olderVersionMsg: ╕┼ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ≥╗╚═╤ñ╖ñ╞ñññ▐ñ╣íú
  988.  
  989. *inpboard*oldServerMsg: ▓±╡─ñ≥ñ╧ñ╕ñßñ┐┐═╩¬ñ╧╕┼ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ≥╗╚═╤ñ╖ñ╞ñññ▐ñ╣íú\n░╩▓╝ñ╬╕▀┤╣└¡ñ¼ñ╜ñ╬═²═│ñ╟ñ╣:\n  - ñóñ╩ñ┐ñ╬Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ╧ 3D Ñ¬Ñ╓Ñ╕ѺѻÑ╚ñ╬║ε└«ñ¼ñ╟ñ¡ñ╩ññíú\n  - ñóñ╩ñ┐ñ╧Ñ╞Ñ¡Ñ╣Ñ╚ñ≥ÑΘÑñÑ≤ñ╬ñ▀ñ╟║ε└«ñ╟ñ¡ñ╞íóÑ╓ÑφÑ├Ñ»ñ╟ñ╟ñ¡ñ╩ññíú\n  - ñóñ╩ñ┐ñ¼Ñ╨í╝Ñ╕ÑτÑ≤ 2.0 ░╩┴░ñ╬ InPerson Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔Ñ╒ÑíÑñÑδñ╖ñ½╞╔ñαñ│ñ╚ñ¼ñ╟ñ¡ñ╩ññíú
  990.  
  991. *inpboard*cannotReadNewFileMsg: ñ│ñ╬▓±╡─ñ≥╗╧ñßñ┐┐═ñ╧╕┼ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ≥╗╚═╤ñ╖ñ╞ñññ▐ñ╣íú\n╕▀┤╣└¡ñ╬═²═│ñ╟íóñóñ╩ñ┐ñ╬Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔ñ╧ñ│ñ╬┐╖ñ╖ññÑ╒ÑíÑñÑδ(post 1.1)ñ≥╞╔ñ▀╣■ñ▀ñ▐ñ╗ñ≤íú
  992.  
  993. ! -----------------------------------------
  994. ! Audio and video network congestion control algorithm:
  995. !
  996. ! WARNING: be sure you thoroughly understand the operation of
  997. ! InPerson's congestion control algorithm and the behavior of your network
  998. ! before changing any of the following parameters.
  999. ! -----------------------------------------
  1000.  
  1001. ! Should InPerson automatically change audio and video bandwidth transmitted
  1002. ! to respond to network congestion? Note that this may result in
  1003. ! automatic changes to audio and video compression algorithms used,
  1004. ! as well as transmitted video frame rate and resolution.
  1005. *audioCongestionControlEnabled:    True
  1006. *videoCongestionControlEnabled:    True
  1007.  
  1008. ! Pkt loss thresholds for unloaded and loaded states.
  1009. ! Units are 1 packet lost out of N received packets.
  1010. ! Defaults:
  1011. !    UNLOADED          < 1.0%     (less than 1 pkt in 100 lost)
  1012. !    LOADED        1.0% - 5.0%     (less than 1 pkt in 20 lost)
  1013. !    CONGESTED         > 5.0%     (more than 1 pkt in 20 lost)
  1014. *congestionMaxUnloadedLossRate:    100
  1015. *congestionMaxLoadedLossRate:    20
  1016.  
  1017. ! How often receivers should recalculate their congestion state, in seconds.
  1018. ! Should really be based on round-trip time, not a fixed interval.
  1019. *congestionRecalcInterval:    10
  1020.  
  1021. ! If congestion state of a receiver improves, it must remain improved for
  1022. ! this number of consecutive calculation intervals before good news is
  1023. ! published.
  1024. *congestionGoodNewsDelay:    1
  1025.  
  1026. ! How often receivers should transmit their steady-state congestion state,
  1027. ! in seconds. Congestion state updates are also sent whenever a receiver's
  1028. ! congestion state changes.
  1029. *congestionSendUpdateInterval:    15
  1030.  
  1031. ! How often transmitters should adjust their output bandwidth limit,
  1032. ! when overall conference congestion state is unchanged. Transmitters
  1033. ! also adjust their output bandwidth limit whenever the conference
  1034. ! congestion state changes.
  1035. ! Warning: this parameter must be greater than
  1036. !      congestionRecalcInterval * congestionGoodNewsDelay
  1037. ! so receivers have time to react to transmitters new sending rate, and send
  1038. ! updates indicating their new (hopefully improved) congestion state.
  1039. *congestionAdjustRateInterval:    15
  1040.  
  1041. ! -----------------------------------------
  1042. !  Parameters for the Call Control Panel Video/Audio compression selection:
  1043. !
  1044. !   InPerson automatically choses the appropriate compression schemes
  1045. !   based on network bandwidth and the user's performance preference.
  1046. !   The control panel lets you select the following information:
  1047. !     - network type:  ISDN basic rate, T1/E1, ethernet, and FDDI/CDDI/ATM
  1048. !     - performance preference: In the presence of network congestion,
  1049. !       InPerson can prefer video quality (and degrade frame rate) or
  1050. !    prefer frame rate (and degrade video quality).
  1051. !     - Finer Control bandwidth slider: it lets you select the bandwidth 
  1052. !       target within the bandwidth range specified by the network type.
  1053. !   For example, if you select the LAN network type, the bandwidth range
  1054. !   is 0-5000 kbps. You can move the slider to use more or less bandwidth.
  1055. !   InPerson then choses an audio and  video compression scheme that meets 
  1056. !   that target. 
  1057. !
  1058. !   For a given bandwidth, 2 video compression schemes might be possible:
  1059. !   one has a better image quality but a slower update(frame) rate, while the
  1060. !   other has a faster frame rate but lesser image quality.  The Performance 
  1061. !   Preferences button lets you choose which characteristic is important.
  1062.  
  1063. ! The following 2 tables controls which video and audio algorithms are
  1064. ! chosen for a given network bandwidth and performance preference.
  1065. ! All table values are in bytes per second. The values reported by 
  1066. ! the Network Info panel are in bits per second. ( There are 8 bits per
  1067. ! byte.)
  1068. !
  1069. ! Video
  1070. ! for "Quality" - send LARGE when possible
  1071. !
  1072. !
  1073. !*bandwidthQualityNoVideo:             0
  1074. !*bandwidthQualityH261Qcif:         40625
  1075. !*bandwidthQualityHdccSmall:         40625
  1076. !*bandwidthQualityHdccLarge:        412500
  1077. !*bandwidthQualityUncmpSmall:        412500
  1078. !*bandwidthQualityUncmpLarge:    2147483647
  1079. !
  1080. ! for "FrameRate" - send small when possible
  1081. !
  1082. !*bandwidthFrameRateNoVideo:             0
  1083. !*bandwidthFrameRateH261Qcif:         40000
  1084. !*bandwidthFrameRateHdccSmall:        262500
  1085. !*bandwidthFrameRateHdccLarge:        262500
  1086. !*bandwidthFrameRateUncmpSmall:    2147483647
  1087. !*bandwidthFrameRateUncmpLarge:    2147483647
  1088. !
  1089. ! Audio
  1090. !
  1091. !*bandwidthGSM: 16000
  1092. !*bandwidthIDVI8: 45500
  1093. !*bandwidthIDVI16: 1250000
  1094. !*bandwidthUncompressed16: 1250000
  1095. !*bandwidthUncompressed44: 1250000
  1096. !*bandwidthUncompressed48: 1250000
  1097. !
  1098. ! Maximum and target bandwidths in bytes/sec for 
  1099. !  ISDN basic rate, T1/E1, ethernet, and FDDI/CDDI/ATM
  1100. !*bandwidthLimitISDN:          16000
  1101. !*bandwidthLimitT1:         256000
  1102. !*bandwidthLimitLAN:         625000
  1103. !*bandwidthLimitHSLAN:        2500000
  1104. !
  1105. !*bandwidthTargetISDN:           8750
  1106. !*bandwidthTargetT1:          50000
  1107. !*bandwidthTargetLAN:         125000
  1108. !*bandwidthTargetHSLAN:        1250000
  1109. !
  1110. ! Default setting of Performance Preference radio buttons.
  1111. ! choices are "Quality" or "FrameRate"
  1112. !*performancePreference: Quality
  1113.  
  1114.  
  1115. !
  1116. ! Default preeditType.
  1117. !
  1118. *preeditType:   none
  1119.  
  1120. *networkInfoPanel*meterForm.meterLabel.labelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»╛≡╩≤:
  1121. *networkInfoPanel*meterForm.bwMLabel.labelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»íªÑ╨Ñ≤Ñ╔╔² (kbit/sec)
  1122. *networkInfoPanel*meterForm.rateMLabel.labelString: Ñ╒Ñ∞ÑñÑαíªÑ∞ÑñÑ╚ (frames/sec)
  1123.  
  1124. *networkInfoPanel*csUnderL.labelString: ÑóÑ≤Ñ└í╝Ñφí╝Ñ╔
  1125. *networkInfoPanel*csNominalL.labelString: ─╠╛∩
  1126. *networkInfoPanel*csOverL.labelString: Ñ¬í╝Ñ╨í╝Ñφí╝Ñ╔
  1127. *networkInfoPanel*csMLabel.labelString: ║«╗¿╛⌡┬╓
  1128. *networkInfoPanel*rateMLabel.labelString: Ñ╒Ñ∞ÑñÑαíªÑ∞ÑñÑ╚ (frames/sec)
  1129. *networkInfoPanel*bwMLabel.labelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ» (kbit/sec)
  1130. *networkInfoPanel*curVCLabel.labelString: ╕╜║▀ñ╬Ñ╙Ñ╟Ѭ
  1131. *networkInfoPanel*curACLabel.labelString: ╕╜║▀ñ╬Ѭí╝Ñ╟ÑúѬ
  1132.  
  1133. *controlPanel*vcLabel.labelString: Ñ╙Ñ╟ѬíªÑ│Ñ≤Ñ╚Ñφí╝Ñδ
  1134. *controlPanel*vSizeLabel.labelString: Ñ╙Ñ╟ѬíªÑ╡ÑñÑ║:
  1135. *controlPanel*vSizeRadio.button1.labelString: ╛«
  1136. *controlPanel*vSizeRadio.button2.labelString: ┬τ
  1137. *controlPanel*vvLabel.labelString: Ñ╙Ñ╟Ѭ╔╜╝¿:
  1138. *controlPanel*vvSpringBox.vvOnButton.labelString: Ñ¬Ñ≤
  1139. *controlPanel*vvSpringBox.vvMirrorButton.labelString: ╢└
  1140.  
  1141. *controlPanel*callCtlLabel.labelString: Ñ│í╝ÑδíªÑ│Ñ≤Ñ╚Ñφí╝Ñδ
  1142. *controlPanel*videoLabel.labelString: Ñ╙Ñ╟Ѭ:
  1143. *controlPanel*videoTypeRB.button_0.labelString: └╕
  1144. *controlPanel*videoTypeRB.button_1.labelString: └┼╗▀▓Φ
  1145. *controlPanel*perfLabel.labelString: Ñ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣:
  1146. *controlPanel*perfPrefRB.button_0.labelString: ╔╩╝┴═Ñ└Φ
  1147. *controlPanel*perfPrefRB.button_1.labelString: Ñ╒Ñ∞ÑñÑαíªÑ∞ÑñÑ╚═Ñ└Φ
  1148. *controlPanel*networkLabel.labelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»:
  1149. *controlPanel*finerLabel.labelString: ╛▄║┘Ñ│Ñ≤Ñ╚Ñφí╝Ñδ
  1150. *controlPanel*bwScale.titleString: Ñ╨Ñ≤Ñ╔╔² (kbit/sec)
  1151. *controlPanel*curVCLabel.labelString: Ñ╙Ñ╟Ѭ:
  1152. *controlPanel*curACLabel.labelString: Ñ¬í╝Ñ╟ÑúѬ:
  1153. *controlPanel*loLabel.labelString: ─π
  1154. *controlPanel*hiLabel.labelString: ╣Γ
  1155. *controlPanel*pqMLabel.labelString: ▓Φ┴ⁿ╔╩╝┴
  1156. *controlPanel*aqMLabel.labelString: Ñ¬í╝Ñ╟ÑúѬ╔╩╝┴
  1157. *controlPanel*cpuMLabel.labelString: CPU 
  1158. *controlPanel*netMLabel.labelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»
  1159.  
  1160. *Help.labelString:  Ñ╪ÑδÑ╫
  1161. *Cancel.labelString:  ╝Φ╛├
  1162. *OK.labelString:  ╬╗▓≥
  1163.  
  1164. *cancelLabelString:  ╝Φ╛├
  1165. *helpLabelString: Ñ╪ÑδÑ╫
  1166. *okLabelString: ╬╗▓≥
  1167.  
  1168. *inpFileSelectionDialog.fileListLabelString: Ñ╒ÑíÑñÑδ
  1169. *inpFileSelectionDialog.applyLabelString: Ñ╒ÑúÑδÑ┐
  1170. *inpFileSelectionDialog.Selection.labelString: ┴¬┬≥
  1171.  
  1172. *inpboard*Print_popup.title: Ñ█Ñ∩ÑñÑ╚íªÑ▄í╝Ñ╔░⌡║■
  1173. *inpboard*Print_popup*printLabelString:         ░⌡║■
  1174. *inpboard*Print_popup*printerLabelString:       ░⌡║■▓─╟╜ñ╩Ñ╫ÑΩÑ≤Ñ┐:
  1175.  
  1176. !
  1177. !*checkingForLicenseMessage: InPerson ═╤ñ╬ÑΘÑñÑ╗Ñ≤Ñ╣ñ≥╝Φ╞└ñ╖ñ╞ñññ▐ñ╣íú
  1178. !*noLicenseMessage:    InPerson ñ╬ñ┐ñßñ╬ÑΘÑñÑ╗Ñ≤Ñ╣íªÑ╤Ñ╣Ñ∩í╝Ñ╔ñ¼ñóñΩñ▐ñ╗ñ≤íú
  1179. !*licenseExpiredMessage: InPerson ñ╬ñ┐ñßñ╬ÑΘÑñÑ╗Ñ≤Ñ╣íªÑ╤Ñ╣Ñ∩í╝Ñ╔ñ╧┤ⁿ╕┬└┌ñ∞ñ╟ñ╣íú
  1180. !*noLicenseServerMessage: ÑΘÑñÑ╗Ñ≤Ñ╣Ñ╡í╝Ñ╨ñ¼╕½ñ─ñ½ñΩñ▐ñ╗ñ≤íú
  1181. !*expiredLicenseBase.labelString: InPerson ñ╬ñ┐ñßñ╬ÑΘÑñÑ╗Ñ≤Ñ╣íªÑ╤Ñ╣Ñ∩í╝Ñ╔ñ╧┤ⁿ╕┬└┌ñ∞ñ╟ñ╣íú
  1182. !*noLicenseBase.labelString: InPerson ñ╬ñ┐ñßñ╬ÑΘÑñÑ╗Ñ≤Ñ╣íªÑ╤Ñ╣Ñ∩í╝Ñ╔ñ¼ñóñΩñ▐ñ╗ñ≤íú
  1183. !*incorrectPasswordError: ╔╘└╡ñ╩ÑΘÑñÑ╗Ñ≤Ñ╣íªÑ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ▐ñ╖ñ┐íú
  1184. !*expiredPasswordError: ┤ⁿ╕┬└┌ñ∞ñ╬ÑΘÑñÑ╗Ñ≤Ñ╣íªÑ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ▐ñ╖ñ┐íú
  1185. !*installedPasswordError: ╜┼╩úñ╖ñ┐ÑΘÑñÑ╗Ñ≤Ñ╣íªÑ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ▐ñ╖ñ┐íú
  1186. !*applicationPasswordError: IRIS Ñ╬í╝Ñ╔íªÑφÑ├Ñ»íªÑΘÑñÑ╗Ñ≤Ñ╣íªÑ─í╝Ñδñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú
  1187. !*nolicEntryProgError: IRIS Ñ╬í╝Ñ╔íªÑφÑ├Ñ»íªÑΘÑñÑ╗Ñ≤Ñ╣íªÑ─í╝Ñδñ≥╟█╔█ CD ñ½ñΘÑñÑ≤Ñ╣Ñ╚í╝Ñδñ╖ñ╞ñ»ñ└ñ╡ññíú
  1188. !*execLicEntryProgError: IRIS Ñ╬í╝Ñ╔íªÑφÑ├Ñ»íªÑΘÑñÑ╗Ñ≤Ñ╣íªÑ─í╝Ñδñ╬╡»╞░ñ╦╝║╟╘ñ╖ñ▐ñ╖ñ┐íú
  1189. !*licEntryProgError: IRIS Ñ╬í╝Ñ╔íªÑφÑ├Ñ»íªÑΘÑñÑ╗Ñ≤Ñ╣íªÑ─í╝Ñδñ¼░█╛∩╜¬╬╗ñ╖ñ▐ñ╖ñ┐íú
  1190. !
  1191.  
  1192. ! Additional Resources
  1193. !
  1194. *sweepRegionLabel: ╬╬░Φñ≥Ñ╣ѪÑúí╝Ñ╫ñ╖ñ╞ñ»ñ└ñ╡ññíú(├µÑ▄Ñ┐Ñ≤ñ╟╝Φ╛├)
  1195. *windowSelectLabel: ╔¼═╫ñ╩ѪÑúÑ≤Ñ╔ÑÑ╞Γñ╟Ñ»ÑΩÑ├Ñ»ñ╖ñ╞ñ»ñ└ñ╡ññíú(├µÑ▄Ñ┐Ñ≤ñ╟╝Φ╛├)
  1196. !
  1197. *phoneIcon.ringControlPanel_popup*popup_maxRingsOption*Take Message.labelString: ÑßÑ├Ñ╗í╝Ñ╕ñ≥╝⌡ñ▒╝Φñδñ▐ñ╟
  1198. *inpFileSelectionDialog*filterDialog.applyLabelString: ┼¼═╤
  1199. *inpFileSelectionDialog*filterDialog.Selection.labelString: ┴¬┬≥
  1200. !*fontList: 7x14,--mincho-*--14-*,-*--14-*
  1201. *wboard.menuBar.popup_fileMenu.fileMenu.Quit.labelString: ╜¬╬╗
  1202. *wboard.menuBar.popup_fileMenu.helpMenu.Printing Files.labelString: Ñ╒ÑíÑñÑδñ╬░⌡║■
  1203. .sgihelp.infoDialog_popup.infoDialog.okLabelString: ╬╗▓≥
  1204. *notWhiteboardFileMsg: Ñ█Ñ∩ÑñÑ╚Ñ▄í╝Ñ╔íªÑ╒ÑíÑñÑδñ≥┴¬┬≥ñ╖ñ╞ñ»ñ└ñ╡ññíú
  1205. *cancelLabel: ╝Φ╛├
  1206.  
  1207. !
  1208. ! InPerson 2.2
  1209. !
  1210. *font1:\
  1211. -adobe-helvetica-bold-r-normal--18-*-*-*-p-*-iso8859-1,\
  1212. -bitstream-sirius-medium-r-normal--18-*-*-*-p-*-jisx0208.1983-0,\
  1213. -bitstream-sirius-medium-r-normal--18-*-*-*-p-*-jisx0201.1976-0
  1214. *font2:\
  1215. -sgi-screen-bold-r-normal--15-*-*-*-m-*-iso8859-1,\
  1216. -bitstream-sirius-medium-r-normal--15-*-*-*-p-*-jisx0208.1983-0,\
  1217. -bitstream-sirius-medium-r-normal--15-*-*-*-p-*-jisx0201.1976-0
  1218. *font3:\
  1219. -adobe-helvetica-bold-o-normal--18-*-*-*-p-*-iso8859-1,\
  1220. -bitstream-sirius-medium-r-normal--18-*-*-*-p-*-jisx0208.1983-0,\
  1221. -bitstream-sirius-medium-r-normal--18-*-*-*-p-*-jisx0201.1976-0
  1222. *font4:\
  1223. -adobe-helvetica-bold-r-normal--24-*-*-*-p-*-iso8859-1,\
  1224. -bitstream-sirius-medium-r-normal--24-*-*-*-p-*-jisx0208.1983-0,\
  1225. -bitstream-sirius-medium-r-normal--24-*-*-*-p-*-jisx0201.1976-0
  1226. !
  1227. ! END OF RESOURCE FILE.
  1228.